mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-46425: Fix direct invocation of multiple test modules (GH-30666)
This commit is contained in:
parent
ff7703c4b6
commit
1292aa6db5
6 changed files with 8 additions and 9 deletions
|
@ -170,4 +170,4 @@ class SystemTapOptimizedTests(TraceTests, unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue