mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
test_doctest: remove unused imports
This commit is contained in:
parent
bdc337b7a8
commit
931602a1ac
1 changed files with 1 additions and 2 deletions
|
|
@ -2948,12 +2948,11 @@ Invalid doctest option:
|
|||
def test_main():
|
||||
# Check the doctest cases in doctest itself:
|
||||
ret = support.run_doctest(doctest, verbosity=True)
|
||||
|
||||
# Check the doctest cases defined here:
|
||||
from test import test_doctest
|
||||
support.run_doctest(test_doctest, verbosity=True)
|
||||
|
||||
import sys, re, io
|
||||
|
||||
def test_coverage(coverdir):
|
||||
trace = support.import_module('trace')
|
||||
tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue