python (3.12.0)

(root)/
lib/
python3.12/
test/
test_json/
__main__.py
       1  import unittest
       2  from test.test_json import load_tests
       3  
       4  unittest.main()