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