repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move sections
[python/dscho.git]
/
Lib
/
test
/
autotest.py
blob
41c2088727e8aad86d35368bd559fee7779ad0c8
1
# This should be equivalent to running regrtest.py from the cmdline.
2
# It can be especially handy if you're in an interactive shell, e.g.,
3
# from test import autotest.
4
5
from
test
import
regrtest
6
regrtest
.
main
()