Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a89bbde83fe7f8cc347341e7ec57cda3ba312530
/
.
/
Lib
/
test
/
test_unittest.py
blob: 1079c7df2e51c2558b362b207d7e74426e6bde54 [
file
] [
log
] [
blame
]
import
unittest
.
test
from
test
import
support
def
load_tests
(*
_
):
# used by unittest
return
unittest
.
test
.
suite
()
def
tearDownModule
():
support
.
reap_children
()
if
__name__
==
"__main__"
:
unittest
.
main
()