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