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