mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue 24200: Fix broken unittest.
This commit is contained in:
parent
f229bc5c53
commit
0cd2bf46ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue