File: __init__.py

package info (click to toggle)
python-pegen 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,980 kB
  • sloc: python: 15,064; makefile: 89
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
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)