cpython/Lib/test/test_doctest.py

4 lines
79 B
Python

import doctest
from test import test_support
test_support.run_doctest(doctest)