autotest.py 211 Bytes
Newer Older
Tim Peters's avatar
Tim Peters committed
1 2 3 4
# This should be equivalent to running regrtest.py from the cmdline.
# It can be especially handy if you're in an interactive shell, e.g.,
# from test import autotest.

5
from test import regrtest
6
regrtest.main()