gh-94808:Improve coverage of PyObject_Print (GH-98749)

This commit is contained in:
MonadChains 2024-04-01 13:52:25 +01:00 committed by GitHub
parent 348cf6e007
commit 90c3c68a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 197 additions and 2 deletions

View file

@ -788,5 +788,6 @@ class ClassTests(unittest.TestCase):
Type(i)
self.assertEqual(calls, 100)
if __name__ == '__main__':
unittest.main()