Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
a57209eb98943f4d8edbf56a55e98ec112e00e39
/
.
/
Lib
/
test
/
test_os
/
__init__.py
blob: bc502ef32d2916feda5f77cfa61faeb28577c058 [
file
]
import
os
.
path
from
test
.
support
import
load_package_tests
def
load_tests
(*
args
):
return
load_package_tests
(
os
.
path
.
dirname
(
__file__
),
*
args
)