mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
#2621 rename test.test_support to test.support
This commit is contained in:
parent
6a654814ea
commit
ee8712cda4
358 changed files with 1308 additions and 1307 deletions
|
@ -4,7 +4,7 @@ import os
|
|||
import os.path
|
||||
import sys
|
||||
import tempfile
|
||||
from test.test_support import verbose, run_unittest, forget
|
||||
from test.support import verbose, run_unittest, forget
|
||||
from runpy import _run_code, _run_module_code, run_module
|
||||
|
||||
# Note: This module can't safely test _run_module_as_main as it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue