source: python/vendor/Python-2.6.5/Lib/test/autotest.py

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 211 bytes
Line 
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
5from test import regrtest
6regrtest.main()
Note: See TracBrowser for help on using the repository browser.