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

Python code coverage for Lib/test/autotest.py

#countcontent
1n/a# This should be equivalent to running regrtest.py from the cmdline.
2n/a# It can be especially handy if you're in an interactive shell, e.g.,
3n/a# from test import autotest.
4n/afrom test.libregrtest import main
5n/amain()