summaryrefslogtreecommitdiffstats
path: root/Lib/test/json_tests/test_separators.py
Commit message (Collapse)AuthorAgeFilesLines
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-44/+0
| | | | them discoverable by unittest. Patch by Zachary Ware.
* #5723: merge with 3.1.Ezio Melotti2011-05-141-8/+10
|
* Issue #10572: Moved json tests to Lib/test/json_tests.Alexander Belopolsky2010-11-301-0/+42
Approved by Raymond Hettinger.