mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00:00

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.
3 lines
90 B
Python
3 lines
90 B
Python
from test_support import verbose
|
|
import doctest
|
|
doctest.testmod(doctest, verbose=verbose)
|