Kaydet (Commit) 5f9050a1 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Add the examples in the json module docstring as a doctest

üst 6192df10
......@@ -11,6 +11,7 @@ import test.test_support
def test_main():
test.test_support.run_unittest(json.tests.test_suite())
test.test_support.run_doctest(json)
if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment