Skip to content

Commit

Permalink
[3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-10…
Browse files Browse the repository at this point in the history
…8911) (#108913)

gh-89392: Use normal unittest runner in test_type_cache (GH-108911)
(cherry picked from commit eaabaac)

Co-authored-by: Serhiy Storchaka <[email protected]>
  • Loading branch information
miss-islington and serhiy-storchaka authored Sep 8, 2023
1 parent 4b749ba commit da02508
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 da02508

Please sign in to comment.