mirror of
https://github.com/python/cpython.git
synced 2026-06-01 00:59:47 -04:00
Issue 24200: Fix broken unittest.
This commit is contained in:
@@ -1793,7 +1793,7 @@ class TestSignatureObject(unittest.TestCase):
|
||||
S((pkd, pk))
|
||||
|
||||
self.assertTrue(repr(sig).startswith('<Signature'))
|
||||
self.assertTrue('"(po, pk' in repr(sig))
|
||||
self.assertTrue('(po, pk' in repr(sig))
|
||||
|
||||
def test_signature_object_pickle(self):
|
||||
def foo(a, b, *, c:1={}, **kw) -> {42:'ham'}: pass
|
||||
|
||||
Reference in New Issue
Block a user