cpython/Lib/test/test_doctest.py
Tim Peters f5f6c436c6 Remove test_doctest's expected-output file.
Change test_doctest and test_difflib to pass regrtest's notion of
verbosity on to doctest.
Add explanation for a dozen "new" things to test/README.
2001-05-23 07:46:36 +00:00

4 lines
90 B
Python

from test_support import verbose
import doctest
doctest.testmod(doctest, verbose=verbose)