diff options
Diffstat (limited to 'Lib/test/test_float.py')
-rw-r--r-- | Lib/test/test_float.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py index e5a4537..4360c54 100644 --- a/Lib/test/test_float.py +++ b/Lib/test/test_float.py @@ -115,7 +115,7 @@ class IEEEFormatTestCase(unittest.TestCase): self.assertEquals(pos_neg(), neg_neg()) class FormatTestCase(unittest.TestCase): - def testFormat(self): + def test_format(self): # these should be rewritten to use both format(x, spec) and # x.__format__(spec) |