Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
81ce68597c0232d7c716c20c662dd0a70fdf31db
/
.
/
Lib
/
test
/
test_importlib.py
blob: cd13e329edd78bc079591486d14e42c4e1e5637d [
file
]
from
test
.
support
import
run_unittest
import
importlib
.
test
def
test_main
():
run_unittest
(
importlib
.
test
.
test_suite
(
'importlib.test'
))
if
__name__
==
'__main__'
:
test_main
()