home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.exe / TEST_DOCTEST.PY < prev    next >
Encoding:
Python Source  |  2002-07-23  |  82 b   |  4 lines

  1. import doctest
  2. from test import test_support
  3. test_support.run_doctest(doctest)
  4.