mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
This commit is contained in:
parent
46e19b61d3
commit
598a951844
15 changed files with 97 additions and 84 deletions
|
@ -1,7 +1,9 @@
|
|||
# -*- coding: koi8-r -*-
|
||||
|
||||
import unittest
|
||||
from test.support import TESTFN, unlink, unload, rmtree, script_helper, captured_stdout
|
||||
from test.support import script_helper, captured_stdout
|
||||
from test.support.os_helper import TESTFN, unlink, rmtree
|
||||
from test.support.import_helper import unload
|
||||
import importlib
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue