DEBSOURCES
Skip Quicknav
sources / python3.9 / 3.9.2-1 / Lib / test / test_peg_generator / __init__.py
1234567
import os from test.support import load_package_tests # Load all tests in package def load_tests(*args): return load_package_tests(os.path.dirname(__file__), *args)