mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
This commit is contained in:
parent
61bb24a270
commit
96a6a6d42b
18 changed files with 154 additions and 134 deletions
|
@ -1,4 +1,6 @@
|
|||
from test.support import run_unittest, unload, check_warnings, CleanImport
|
||||
from test.support import run_unittest
|
||||
from test.support.import_helper import unload, CleanImport
|
||||
from test.support.warnings_helper import check_warnings
|
||||
import unittest
|
||||
import sys
|
||||
import importlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue