Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ed10a30ed64a97f23b7916a5ea4a23ac678dd1f8
/
.
/
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
()