mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#2621 rename test.test_support to test.support
This commit is contained in:
parent
6a654814ea
commit
ee8712cda4
358 changed files with 1308 additions and 1307 deletions
|
@ -6,12 +6,12 @@ be run.
|
|||
"""
|
||||
|
||||
import json.tests
|
||||
import test.test_support
|
||||
import test.support
|
||||
|
||||
|
||||
def test_main():
|
||||
test.test_support.run_unittest(json.tests.test_suite())
|
||||
test.test_support.run_doctest(json)
|
||||
test.support.run_unittest(json.tests.test_suite())
|
||||
test.support.run_doctest(json)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue