summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_fail.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-24641: Improved error message for JSON unserializible keys. (#4364)Serhiy Storchaka2017-11-251-5/+8
| | | | | Also updated an example for default() in the module docstring. Removed quotes around type name in other error messages.
* Remove more unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|
* Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.Serhiy Storchaka2015-01-261-18/+41
|
* #18273: merge with 3.3.Ezio Melotti2013-08-081-0/+89
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+105
them discoverable by unittest. Patch by Zachary Ware.