home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / OpenOffice Sv / f_0397 / python-core-2.2.2 / lib / test / autotest.py < prev    next >
Encoding:
Text File  |  2003-07-18  |  201 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.