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