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.
This commit is contained in:
Tim Peters 2001-05-23 07:46:36 +00:00
parent a6daad2e55
commit f5f6c436c6
4 changed files with 101 additions and 330 deletions

View file

@ -1,2 +1,3 @@
from test_support import verbose
import doctest, difflib
doctest.testmod(difflib, verbose=0)
doctest.testmod(difflib, verbose=verbose)