Sign in
android
/
toolchain
/
python
/
refs/heads/ndk-release-r19
/
.
/
Python-2.7.5
/
Lib
/
test
/
test_unittest.py
blob: 86a998b6f4441ee371ea989d129d6b6b01cd2545 [
file
] [
log
] [
blame
] [
edit
]
import
unittest
.
test
from
test
import
test_support
def
test_main
():
test_support
.
run_unittest
(
unittest
.
test
.
suite
())
test_support
.
reap_children
()
if
__name__
==
"__main__"
:
test_main
()