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