Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6d644e4453a907710e11f6f6b6b8890c197370d6
/
.
/
Lib
/
test
/
autotest.py
blob: b5a1fab404c72d75a354bcd479450e498941e915 [
file
] [
log
] [
blame
]
# 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
.
libregrtest
.
main
import
main
main
()