summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest.py
blob: 82ab3980b07d6a592216e7a4399f4c294b980553 (plain)
1
2
import doctest, test_support 
test_support.run_doctest(doctest)