]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-89392: Use normal unittest runner in test_type_cache (GH-108911)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Sep 2023 13:46:17 +0000 (16:46 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 13:46:17 +0000 (13:46 +0000)
Lib/test/test_type_cache.py

index 24f83cd3e172c78d0f0b1c09019be093c743cd0b..72587ecc11b6f37d232fe45b5dcf36c7494fbe2a 100644 (file)
@@ -58,4 +58,4 @@ class TypeCacheTests(unittest.TestCase):
 
 
 if __name__ == "__main__":
-    support.run_unittest(TypeCacheTests)
+    unittest.main()