Skip to content

Commit

Permalink
gh-89392: Use normal unittest runner in test_type_cache (GH-108911)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Sep 5, 2023
1 parent 420c636 commit eaabaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_type_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ class C:


if __name__ == "__main__":
support.run_unittest(TypeCacheTests)
unittest.main()

0 comments on commit eaabaac

Please sign in to comment.