mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
This commit is contained in:
parent
3ddc634cd5
commit
0c4f0f3b29
14 changed files with 348 additions and 319 deletions
|
@ -9,7 +9,11 @@ from test import support
|
|||
import unittest
|
||||
|
||||
from test.support import (
|
||||
_4G, TESTFN, import_module, bigmemtest, run_unittest, unlink
|
||||
_4G, bigmemtest, run_unittest
|
||||
)
|
||||
from test.support.import_helper import import_module
|
||||
from test.support.os_helper import (
|
||||
TESTFN, unlink
|
||||
)
|
||||
|
||||
lzma = import_module("lzma")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue