• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import os
2from test.support import load_package_tests
3
4def load_tests(*args):
5    return load_package_tests(os.path.dirname(__file__), *args)
6