]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10572: Moved json tests to Lib/test/json_tests.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 30 Nov 2010 03:03:30 +0000 (03:03 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 30 Nov 2010 03:03:30 +0000 (03:03 +0000)
commitff27ee0b400030419cfd3c9966f275bfbcb569f8
treec2e45325768bd5256432667c387f304d549493e6
parent69b34bfe9c3e5da1d7336a607ab56f1c3a178dca
Issue #10572: Moved json tests to Lib/test/json_tests.
Approved by Raymond Hettinger.
18 files changed:
Lib/test/json_tests/__init__.py [moved from Lib/json/tests/__init__.py with 94% similarity]
Lib/test/json_tests/test_decode.py [moved from Lib/json/tests/test_decode.py with 100% similarity]
Lib/test/json_tests/test_default.py [moved from Lib/json/tests/test_default.py with 100% similarity]
Lib/test/json_tests/test_dump.py [moved from Lib/json/tests/test_dump.py with 100% similarity]
Lib/test/json_tests/test_encode_basestring_ascii.py [moved from Lib/json/tests/test_encode_basestring_ascii.py with 100% similarity]
Lib/test/json_tests/test_fail.py [moved from Lib/json/tests/test_fail.py with 100% similarity]
Lib/test/json_tests/test_float.py [moved from Lib/json/tests/test_float.py with 100% similarity]
Lib/test/json_tests/test_indent.py [moved from Lib/json/tests/test_indent.py with 100% similarity]
Lib/test/json_tests/test_pass1.py [moved from Lib/json/tests/test_pass1.py with 100% similarity]
Lib/test/json_tests/test_pass2.py [moved from Lib/json/tests/test_pass2.py with 100% similarity]
Lib/test/json_tests/test_pass3.py [moved from Lib/json/tests/test_pass3.py with 100% similarity]
Lib/test/json_tests/test_recursion.py [moved from Lib/json/tests/test_recursion.py with 100% similarity]
Lib/test/json_tests/test_scanstring.py [moved from Lib/json/tests/test_scanstring.py with 100% similarity]
Lib/test/json_tests/test_separators.py [moved from Lib/json/tests/test_separators.py with 100% similarity]
Lib/test/json_tests/test_speedups.py [moved from Lib/json/tests/test_speedups.py with 100% similarity]
Lib/test/json_tests/test_unicode.py [moved from Lib/json/tests/test_unicode.py with 100% similarity]
Lib/test/test_json.py
Makefile.pre.in