Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2167a09dd8d52bbdea5d0b49efdac3ffadc4c9ea
/
.
/
Lib
/
test
/
testall.py
blob: 23493940c7b8de274bf0c8d45b01222bfc09e250 [
file
]
# Backward compatibility -- you should use regrtest instead of this module.
import
sys
,
regrtest
sys
.
argv
[
1
:]
=
[
"-vv"
]
regrtest
.
main
()