This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-20 16:33:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
90ba8d9c80
cpython
/
Lib
/
test
/
test_doctest.py
4 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
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.
2001-05-23 07:46:36 +00:00
from
test_support
import
verbose
Add std test for doctest.
2001-02-10 01:36:47 +00:00
import
doctest
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.
2001-05-23 07:46:36 +00:00
doctest
.
testmod
(
doctest
,
verbose
=
verbose
)
Reference in a new issue
Copy permalink