mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
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:
parent
a6daad2e55
commit
f5f6c436c6
4 changed files with 101 additions and 330 deletions
|
@ -1,2 +1,3 @@
|
|||
from test_support import verbose
|
||||
import doctest, difflib
|
||||
doctest.testmod(difflib, verbose=0)
|
||||
doctest.testmod(difflib, verbose=verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue