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
Files for 2.1b1 distribution.
[python/dscho.git]
/
Lib
/
test
/
testall.py
blob
23493940c7b8de274bf0c8d45b01222bfc09e250
1
# Backward compatibility -- you should use regrtest instead of this module.
2
import
sys
,
regrtest
3
sys
.
argv
[
1
:] = [
"-vv"
]
4
regrtest
.
main
()