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'.
This commit is contained in:
Raymond Hettinger 2003-07-15 21:03:13 +00:00
parent 158af581ae
commit 19db13bcc7

View file

@ -1,7 +1,6 @@
test_future
6
6
2
SyntaxError badsyntax_future3 3
SyntaxError badsyntax_future4 3
SyntaxError badsyntax_future5 4