Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
b1b8962443e7d418601658a4b05347a5a9161910
/
.
/
Lib
/
test
/
autotest.py
blob: b5a1fab404c72d75a354bcd479450e498941e915 [
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.
from
test
.
libregrtest
.
main
import
main
main
()