cpython/Lib/json/tests
Ezio Melotti fda7a8ce78 #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:49:57 +02:00
..
__init__.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_check_circular.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_decode.py #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 2013-03-13 01:49:57 +02:00
test_default.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_dump.py Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. 2012-11-01 20:07:40 +01:00
test_encode_basestring_ascii.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_fail.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_float.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_indent.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_pass1.py #16559: Add more tests for the json module. Patch by Serhiy Storchaka. 2012-11-26 19:22:58 +02:00
test_pass2.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_pass3.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_recursion.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_scanstring.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_separators.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_speedups.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_tool.py #16549: fix test failures on Windows. 2012-11-29 05:08:54 +02:00
test_unicode.py Issue #13774: json: Fix a SystemError when a bogus encoding is passed to 2012-01-13 22:53:25 +01:00