mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -5,7 +5,7 @@ the test_suite() function there returns a test suite that's ready to
|
|||
be run.
|
||||
"""
|
||||
|
||||
import warnings
|
||||
import unittest
|
||||
from test import support
|
||||
from test.support import warnings_helper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue