Python code coverage for Lib/test/libregrtest/__init__.py
# | count | content |
---|---|---|
1 | n/a | # We import importlib *ASAP* in order to test #15386 |
2 | n/a | import importlib |
3 | n/a | |
4 | n/a | from test.libregrtest.cmdline import _parse_args, RESOURCE_NAMES |
5 | n/a | from test.libregrtest.main import main |