__init__.py 168 B

12345678
  1. # Author: Collin Winter
  2. import os
  3. from test.support import load_package_tests
  4. def load_tests(*args):
  5. return load_package_tests(os.path.dirname(__file__), *args)