Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
cc48bf0fde8025d60a577a86bcb68cfd472e0c79
/
.
/
Lib
/
test
/
test_pyrepl
/
__init__.py
blob: 2f37bff6df8b4a4008678be3d1f7622e33aee323 [
file
] [
log
] [
blame
]
import
os
import
sys
from
test
.
support
import
import_helper
,
load_package_tests
if
sys
.
platform
!=
"win32"
:
import_helper
.
import_module
(
"termios"
)
def
load_tests
(*
args
):
return
load_package_tests
(
os
.
path
.
dirname
(
__file__
),
*
args
)