cpython/Lib/test/test_interpreters/__init__.py

7 lines
191 B
Python

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)