mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21315)
This commit is contained in:
parent
883bc63833
commit
a089d21df1
20 changed files with 69 additions and 49 deletions
|
@ -1,4 +1,5 @@
|
|||
from test.support import verbose, import_module, reap_children
|
||||
from test.support import verbose, reap_children
|
||||
from test.support.import_helper import import_module
|
||||
|
||||
# Skip these tests if termios is not available
|
||||
import_module('termios')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue