/Lib/test/testall.py
http://unladen-swallow.googlecode.com/ · Python · 10 lines · 7 code · 2 blank · 1 comment · 0 complexity · 8249fbe6b1a6382f8b5b968b9fbe2916 MD5 · raw file
- # Backward compatibility -- you should use regrtest instead of this module.
- from warnings import warnpy3k
- warnpy3k("the test.testall module has been removed in Python 3.0",
- stacklevel=2)
- del warnpy3k
- import sys, regrtest
- sys.argv[1:] = ["-vv"]
- regrtest.main()