Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
331ea92ade37e5dcf14c44df59e5eda2136b1a8f
/
.
/
Lib
/
test
/
test_unittest.py
blob: 7059c431634c68c374f806034d59bb2a520c12d0 [
file
] [
log
] [
blame
]
import
unittest
.
test
from
test
import
support
def
test_main
():
support
.
run_unittest
(
unittest
.
test
.
suite
())
support
.
reap_children
()
if
__name__
==
"__main__"
:
test_main
()