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