Fixed test and converted to unittest format.
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.
Showing
Please register or sign in to comment
Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'.