mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-89392: Use normal unittest runner in test_type_cache (GH-108911)
This commit is contained in:
parent
420c636219
commit
eaabaac7c0
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ class TypeCacheTests(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
support.run_unittest(TypeCacheTests)
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue