From: Benjamin Peterson Date: Thu, 22 May 2008 01:02:23 +0000 (+0000) Subject: remove redundant invocation of json doctests X-Git-Tag: v2.6b1~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83d453421fb6658350fa15a683ca49bd56a89dca;p=python remove redundant invocation of json doctests --- diff --git a/Lib/test/test_json.py b/Lib/test/test_json.py index 17ccdeecc4..7b8f3de8a9 100644 --- a/Lib/test/test_json.py +++ b/Lib/test/test_json.py @@ -11,7 +11,6 @@ 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__":