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
/
testall.py
blob
5b5cf01e81ffafe3e07284936340d202f7d4f051
1
# Backward compatibility -- you should use regrtest instead of this module.
2
from
warnings
import
warnpy3k
3
warnpy3k
(
"the test.testall module has been removed in Python 3.0"
,
4
stacklevel
=
2
)
5
del
warnpy3k
6
7
8
import
sys
,
regrtest
9
sys
.
argv
[
1
:] = [
"-vv"
]
10
regrtest
.
main
()