Sign in
android
/
toolchain
/
python
/
6beef81d2cb4dae6d967db22302d3bcade3de10b
/
.
/
Python-2.7.3
/
Lib
/
test
/
autotest.py
blob: 41c2088727e8aad86d35368bd559fee7779ad0c8 [
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
import
regrtest
regrtest
.
main
()