Home
Manpages
About
(root)/
Python-3.11.7/
Lib/
test/
test_json/
__main__.py
1
import
unittest
2
from
test
.
test_json
import
load_tests
3
4
unittest
.
main
(
)