blob: 1534d63352cc555f891ff8a4f7cef1033f938388 [file] [log] [blame]
import os
import sys
from test.support import import_helper, load_package_tests
import_helper.import_module("_pyrepl")
if sys.platform != "win32":
import_helper.import_module("termios")
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)