]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Lib/test/testall.py
AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python...
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / testall.py
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()