cpython/Lib/json/tests
Serhiy Storchaka 4dc05c34ac Fix py3k warnings in 1/0 in tests. (#4072) 2017-10-22 12:15:41 +03: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 #27993: Fix problems with the plural “objects” in docs and comments 2016-09-08 05:39:59 +00: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 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. 2016-09-03 17:45:00 +01: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 Fixed JSON tests on wide build when ran from *.pyc files (issue #11489). 2013-12-01 17:30:55 +02: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 Fix py3k warnings in 1/0 in tests. (#4072) 2017-10-22 12:15:41 +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