summaryrefslogtreecommitdiff
path: root/Lib/test/test_importlib/__init__.py
blob: 4b16ecc31156a512db4a28fe272e5339994a4538 (plain)
1
2
3
4
5
import os
from test.support import load_package_tests

def load_tests(*args):
    return load_package_tests(os.path.dirname(__file__), *args)