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