1import os 2from test import support 3 4 5def load_tests(*args): 6 return support.load_package_tests(os.path.dirname(__file__), *args) 7