]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them...
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 8 Aug 2013 12:03:45 +0000 (15:03 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 8 Aug 2013 12:03:45 +0000 (15:03 +0300)
commit66f2ea042acf792bf6ff432f409628e1cec99e43
tree9d7e5a24d3f26eeeb63a0f00fa4758b5dde8d099
parent0d2d2b83935a516235f4dbce25aefad789d088cf
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest.  Patch by Zachary Ware.
21 files changed:
Lib/test/test_json.py [deleted file]
Lib/test/test_json/__init__.py [moved from Lib/test/json_tests/__init__.py with 87% similarity]
Lib/test/test_json/__main__.py [new file with mode: 0644]
Lib/test/test_json/test_decode.py [moved from Lib/test/json_tests/test_decode.py with 98% similarity]
Lib/test/test_json/test_default.py [moved from Lib/test/json_tests/test_default.py with 85% similarity]
Lib/test/test_json/test_dump.py [moved from Lib/test/json_tests/test_dump.py with 97% similarity]
Lib/test/test_json/test_encode_basestring_ascii.py [moved from Lib/test/json_tests/test_encode_basestring_ascii.py with 98% similarity]
Lib/test/test_json/test_fail.py [moved from Lib/test/json_tests/test_fail.py with 98% similarity]
Lib/test/test_json/test_float.py [moved from Lib/test/json_tests/test_float.py with 96% similarity]
Lib/test/test_json/test_indent.py [moved from Lib/test/json_tests/test_indent.py with 97% similarity]
Lib/test/test_json/test_pass1.py [moved from Lib/test/json_tests/test_pass1.py with 97% similarity]
Lib/test/test_json/test_pass2.py [moved from Lib/test/json_tests/test_pass2.py with 90% similarity]
Lib/test/test_json/test_pass3.py [moved from Lib/test/json_tests/test_pass3.py with 92% similarity]
Lib/test/test_json/test_recursion.py [moved from Lib/test/json_tests/test_recursion.py with 98% similarity]
Lib/test/test_json/test_scanstring.py [moved from Lib/test/json_tests/test_scanstring.py with 98% similarity]
Lib/test/test_json/test_separators.py [moved from Lib/test/json_tests/test_separators.py with 95% similarity]
Lib/test/test_json/test_speedups.py [moved from Lib/test/json_tests/test_speedups.py with 96% similarity]
Lib/test/test_json/test_tool.py [moved from Lib/test/json_tests/test_tool.py with 100% similarity]
Lib/test/test_json/test_unicode.py [moved from Lib/test/json_tests/test_unicode.py with 98% similarity]
Makefile.pre.in
Misc/NEWS