DEBSOURCES
Skip Quicknav
sources / python-pegen / 0.3.0-1 / tests / __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)