mirror of
https://github.com/python/cpython.git
synced 2025-08-08 10:58:51 +00:00
2 lines
51 B
Python
2 lines
51 B
Python
import doctest
|
|
doctest.testmod(doctest, verbose=1)
|