remove redundant invocation of json doctests
This commit is contained in:
parent
948ee7a7c8
commit
83d453421f
|
@ -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__":
|
||||
|
|
Loading…
Reference in New Issue