Python code coverage for Lib/test/autotest.py
# | count | content |
---|---|---|
1 | n/a | # This should be equivalent to running regrtest.py from the cmdline. |
2 | n/a | # It can be especially handy if you're in an interactive shell, e.g., |
3 | n/a | # from test import autotest. |
4 | n/a | from test.libregrtest import main |
5 | n/a | main() |