Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
645ea48314742417880c1929ff272d0d3a9768ba
/
.
/
Lib
/
test
/
autotest.py
blob: 57f371bd4e106d29e095af38a9c0334d67bcce3f [
file
]
# 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.
import
regrtest
regrtest
.
main
()