cpython/Lib/json/tests
Antoine Pitrou 0e3a4c8058 Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
2012-08-18 20:51:05 +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 Issue #15615: Add some tests for the json module's handling of invalid input data. 2012-08-18 20:51:05 +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 #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03: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 #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03:00
test_float.py #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03: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 #5723: Improve json tests to be executed with and without accelerations. 2011-05-14 06:24:53 +03: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_unicode.py Issue #13774: json: Fix a SystemError when a bogus encoding is passed to 2012-01-13 22:53:25 +01:00