home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / AUTOTEST.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  207 b   |  7 lines

  1. # This should be equivalent to running regrtest.py from the cmdline.
  2. # It can be especially handy if you're in an interactive shell, e.g.,
  3. # from test import autotest.
  4.  
  5. import regrtest
  6. regrtest.main()
  7.