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