mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +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
|
@ -119,7 +119,7 @@ def dump(co):
|
|||
print("consts:", tuple(consts(co.co_consts)))
|
||||
|
||||
def test_main(verbose=None):
|
||||
from test.test_support import run_doctest
|
||||
from test.support import run_doctest
|
||||
from test import test_code
|
||||
run_doctest(test_code, verbose)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue