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