Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d407d2a7265f6102e51a1d62b3fd28b4f7a78d16
/
.
/
Lib
/
test
/
autotest.py
blob: fa85cc153a133aaac6a7bdeda496a92f4d2bcee1 [
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
import
main
main
()