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