Skip to content

Commit

Permalink
pythongh-89392: Use normal unittest runner in test_type_cache (python…
Browse files Browse the repository at this point in the history
…GH-108911)

(cherry picked from commit eaabaac)

Co-authored-by: Serhiy Storchaka <[email protected]>
  • Loading branch information
serhiy-storchaka authored and miss-islington committed Sep 5, 2023
1 parent 578b3ea commit 5a720ae
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 5a720ae

Please sign in to comment.