summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2007-08-31 01:33:06 (GMT)
committerEric Smith <eric@trueblade.com>2007-08-31 01:33:06 (GMT)
commit11fe3e05ff9c8cc4e5a99b8f16f6aee7d39466ef (patch)
tree241169e68a46d14fd060307a16b1e418e568261e
parent81936699c8c556db29c24a86dfa411189270233f (diff)
downloadcpython-11fe3e05ff9c8cc4e5a99b8f16f6aee7d39466ef.zip
cpython-11fe3e05ff9c8cc4e5a99b8f16f6aee7d39466ef.tar.gz
cpython-11fe3e05ff9c8cc4e5a99b8f16f6aee7d39466ef.tar.bz2
Fixed test name.
-rw-r--r--Lib/test/test_float.py2
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)