mirror of
https://github.com/python/cpython.git
synced 2025-07-13 22:35:18 +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
99 B
Python
3 lines
99 B
Python
from test_support import verbose
|
|
import doctest, difflib
|
|
doctest.testmod(difflib, verbose=verbose)
|