Python code coverage for Lib/test/testall.py
| # | count | content |
|---|---|---|
| 1 | n/a | # Backward compatibility -- you should use regrtest instead of this module. |
| 2 | n/a | from warnings import warnpy3k |
| 3 | n/a | warnpy3k("the test.testall module has been removed in Python 3.0", |
| 4 | n/a | stacklevel=2) |
| 5 | n/a | del warnpy3k |
| 6 | n/a | |
| 7 | n/a | |
| 8 | n/a | import sys, regrtest |
| 9 | n/a | sys.argv[1:] = ["-vv"] |
| 10 | n/a | regrtest.main() |
