Staging
v0.8.1
Raw File
test_doctest.py
import doctest
from test import test_support
test_support.run_doctest(doctest)
back to top