Staging
v0.8.1
Revision 179f960d47dc9f2c18e5b535db63fb70b21fc3ea authored by Serhiy Storchaka on 12 June 2016, 08:44:06 UTC, committed by Serhiy Storchaka on 12 June 2016, 08:44:06 UTC
1 parent cbe6142
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