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