mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Fixed test name.
This commit is contained in:
parent
81936699c8
commit
11fe3e05ff
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue