]> granicus.if.org Git - python/commitdiff
remove redundant invocation of json doctests
authorBenjamin Peterson <benjamin@python.org>
Thu, 22 May 2008 01:02:23 +0000 (01:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 22 May 2008 01:02:23 +0000 (01:02 +0000)
Lib/test/test_json.py

index 17ccdeecc45a781541d3be8fd6a48147384f24de..7b8f3de8a9814eac127d358812a397c3d9e93337 100644 (file)
@@ -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__":