mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (GH-30699)
This commit is contained in:
parent
07b12fdf55
commit
a6a0885480
5 changed files with 7 additions and 8 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