summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix stderr bug in json.tool test (#346)Daniel Himmelstein2017-03-151-5/+4
| | | See https://github.com/python/cpython/pull/201#discussion_r103229425.
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
| | | | Patch by Christie Wilson.
* Issue #21650: Add an `--sort-keys` option to json.tool CLI.Berker Peksag2014-11-101-1/+32
|
* improve the command-line interface of json.tool (closes #21000)Benjamin Peterson2014-03-221-0/+8
| | | | A patch from Berker Peksag.
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+69
them discoverable by unittest. Patch by Zachary Ware.