mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -167,8 +167,8 @@ class samplecmdclass(cmd.Cmd):
|
|||
return True
|
||||
|
||||
def test_main(verbose=None):
|
||||
from test import test_support, test_cmd
|
||||
test_support.run_doctest(test_cmd, verbose)
|
||||
from test import support, test_cmd
|
||||
support.run_doctest(test_cmd, verbose)
|
||||
|
||||
def test_coverage(coverdir):
|
||||
tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue