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