mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
This commit is contained in:
parent
a7f5d93bb6
commit
bb0424b122
20 changed files with 324 additions and 278 deletions
|
@ -9,9 +9,9 @@ import importlib, importlib.machinery, importlib.util
|
|||
import py_compile
|
||||
import warnings
|
||||
import pathlib
|
||||
from test.support import (
|
||||
forget, make_legacy_pyc, unload, verbose, no_tracing,
|
||||
create_empty_file, temp_dir)
|
||||
from test.support import verbose, no_tracing
|
||||
from test.support.import_helper import forget, make_legacy_pyc, unload
|
||||
from test.support.os_helper import create_empty_file, temp_dir
|
||||
from test.support.script_helper import make_script, make_zip_script
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue