summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_decode.py
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.2Benjamin Peterson2014-04-141-0/+4
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+74
them discoverable by unittest. Patch by Zachary Ware.