Skip to content

Commit da02508

Browse files
[3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (#108913)
gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (cherry picked from commit eaabaac) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 4b749ba commit da02508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_type_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ class C:
5858

5959

6060
if __name__ == "__main__":
61-
support.run_unittest(TypeCacheTests)
61+
unittest.main()

0 commit comments

Comments
 (0)