Fixed test name.

This commit is contained in:
Eric Smith 2007-08-31 01:33:06 +00:00
parent 81936699c8
commit 11fe3e05ff

View 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)