blob: 52ff553f60d0d75f64b1d5b06ae2ddadd6666b18 [file]
import os
from test.support import load_package_tests, Py_GIL_DISABLED
if not Py_GIL_DISABLED:
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)