Python code coverage for Lib/lib2to3/tests/__init__.py
| # | count | content |
|---|---|---|
| 1 | n/a | # Author: Collin Winter |
| 2 | n/a | |
| 3 | n/a | import os |
| 4 | n/a | |
| 5 | n/a | from test.support import load_package_tests |
| 6 | n/a | |
| 7 | n/a | def load_tests(*args): |
| 8 | n/a | return load_package_tests(os.path.dirname(__file__), *args) |
