OpenGrok
Cross Reference: __main__.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_tools
/
__main__.py
Home
|
History
|
Annotate
|
Download
|
only in
test_tools
1
from
test.test
_tools
import
load_tests
2
import
unittest
3
4
unittest.main
()
5