mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
remove redundant invocation of json doctests
This commit is contained in:
parent
948ee7a7c8
commit
83d453421f
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ import test.test_support
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
test.test_support.run_unittest(json.tests.test_suite())
|
test.test_support.run_unittest(json.tests.test_suite())
|
||||||
test.test_support.run_doctest(json)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue