mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Add std test for doctest.
This commit is contained in:
parent
ecb6fb95a2
commit
6db54c69a4
2 changed files with 301 additions and 0 deletions
2
Lib/test/test_doctest.py
Normal file
2
Lib/test/test_doctest.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
import doctest
|
||||
doctest.testmod(doctest, verbose=1)
|
Loading…
Add table
Add a link
Reference in a new issue