We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc67291 commit 56f8640Copy full SHA for 56f8640
Lib/test/test_descr.py
@@ -1831,7 +1831,7 @@ def test_refleaks_in_staticmethod___init__(self):
1831
sm.__init__(None)
1832
self.assertAlmostEqual(gettotalrefcount() - refs_before, 0, delta=10)
1833
1834
- def test_staticmethod_new_none_repr(self):
+ def test_staticmethod_new(self):
1835
sm = staticmethod.__new__(staticmethod, None)
1836
self.assertIsInstance(repr(sm), str)
1837
0 commit comments