Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
25f68944c20a3a37da6776277057c2d19a80211f
/
.
/
Lib
/
test
/
testall.py
blob: 23493940c7b8de274bf0c8d45b01222bfc09e250 [
file
] [
log
] [
blame
]
Guido van Rossum
27e280d
1997-03-07 21:05:43 +0000
[
diff
] [
blame
]
1
# Backward compatibility -- you should use regrtest instead of this module.
2
import
sys
,
regrtest
3
sys
.
argv
[
1
:]
=
[
"-vv"
]
4
regrtest
.
main
()