From: Eric Smith Date: Fri, 31 Aug 2007 01:33:06 +0000 (+0000) Subject: Fixed test name. X-Git-Tag: v3.0a1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11fe3e05ff9c8cc4e5a99b8f16f6aee7d39466ef;p=thirdparty%2FPython%2Fcpython.git Fixed test name. --- diff --git a/Lib/test/test_float.py b/Lib/test/test_float.py index e5a4537885c5..4360c540693e 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)