commit | 5f9050a1c63a052067bf946bedc6d106c66bd9b2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 10 03:08:17 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 10 03:08:17 2008 +0000 |
tree | b7e456f9701ed311b4ce98f6414a91b0966c226c | |
parent | 6192df10b6c5d157735feefc591e90a61c4000c0 [diff] [blame] |
Add the examples in the json module docstring as a doctest
diff --git a/Lib/test/test_json.py b/Lib/test/test_json.py index 7b8f3de..17ccdee 100644 --- a/Lib/test/test_json.py +++ b/Lib/test/test_json.py
@@ -11,6 +11,7 @@ def test_main(): test.test_support.run_unittest(json.tests.test_suite()) + test.test_support.run_doctest(json) if __name__ == "__main__":