ยปCore Development>Code coverage>Lib/test/testall.py

Python code coverage for Lib/test/testall.py

#countcontent
1n/a# Backward compatibility -- you should use regrtest instead of this module.
2n/afrom warnings import warnpy3k
3n/awarnpy3k("the test.testall module has been removed in Python 3.0",
4n/a stacklevel=2)
5n/adel warnpy3k
6n/a
7n/a
8n/aimport sys, regrtest
9n/asys.argv[1:] = ["-vv"]
10n/aregrtest.main()