mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #10572: Moved json tests to Lib/test/json_tests.
Approved by Raymond Hettinger.
This commit is contained in:
parent
69b34bfe9c
commit
ff27ee0b40
18 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,12 @@ the test_suite() function there returns a test suite that's ready to
|
|||
be run.
|
||||
"""
|
||||
|
||||
import json.tests
|
||||
from test import json_tests
|
||||
import test.support
|
||||
|
||||
|
||||
def test_main():
|
||||
test.support.run_unittest(json.tests.test_suite())
|
||||
test.support.run_unittest(json_tests.test_suite())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue