mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-94808:Improve coverage of PyObject_Print (GH-98749)
This commit is contained in:
parent
348cf6e007
commit
90c3c68a65
8 changed files with 197 additions and 2 deletions
|
@ -788,5 +788,6 @@ class ClassTests(unittest.TestCase):
|
|||
Type(i)
|
||||
self.assertEqual(calls, 100)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue