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-21727)
This commit is contained in:
parent
604bba1f8f
commit
c7decc27d5
19 changed files with 58 additions and 46 deletions
|
@ -8,8 +8,8 @@ import unittest
|
|||
import test.support
|
||||
from test import support
|
||||
from test.support import socket_helper
|
||||
from test.support import (captured_stderr, TESTFN, EnvironmentVarGuard,
|
||||
change_cwd)
|
||||
from test.support import captured_stderr
|
||||
from test.support.os_helper import TESTFN, EnvironmentVarGuard, change_cwd
|
||||
import builtins
|
||||
import encodings
|
||||
import glob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue