Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0c503c2c7f788beb486c3edf8f7232bcff2f3f08
/
.
/
Lib
/
test
/
test_unittest.py
blob: 86a998b6f4441ee371ea989d129d6b6b01cd2545 [
file
] [
log
] [
blame
]
import
unittest
.
test
from
test
import
test_support
def
test_main
():
test_support
.
run_unittest
(
unittest
.
test
.
suite
())
test_support
.
reap_children
()
if
__name__
==
"__main__"
:
test_main
()