]> granicus.if.org Git - python/commitdiff
Fixed test name.
authorEric Smith <eric@trueblade.com>
Fri, 31 Aug 2007 01:33:06 +0000 (01:33 +0000)
committerEric Smith <eric@trueblade.com>
Fri, 31 Aug 2007 01:33:06 +0000 (01:33 +0000)
Lib/test/test_float.py

index e5a4537885c52119269fcea5b5ce12eb818eb8fd..4360c540693efbbb0b20e0c0ca7096dae1c01afd 100644 (file)
@@ -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)