xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_json
/
__main__.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
unittest
2
from
test
.
test_json
import
load_tests
3
4
unittest
.
main
()
5