Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
bcb435ee8ff41b5ec5d879ee0b6651f146a66151
/
.
/
Lib
/
test
/
test_interpreters
/
__init__.py
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
)