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