Staging
v0.5.1
Revision 325477e20eb6c2b813d06312d9b270706e186ec9 authored by Georg Brandl on 13 May 2011, 04:54:23 UTC, committed by Georg Brandl on 13 May 2011, 04:54:23 UTC
1 parent cc5ea68
Raw File
autotest.py
# 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.

from test import regrtest
regrtest.main()
back to top