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