mirror of
https://github.com/python/cpython.git
synced 2026-01-01 21:14:02 +00:00
2 lines
51 B
Python
2 lines
51 B
Python
import doctest
|
|
doctest.testmod(doctest, verbose=1)
|