3 The tests for json are defined in the json.tests package;
4 the test_suite() function there returns a test suite that's ready to
9 import test
.test_support
13 test
.test_support
.run_unittest(json
.tests
.test_suite())
16 if __name__
== "__main__":