summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_dump.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)Miss Islington (bot)2019-08-261-0/+10
| | | | | | | | https://bugs.python.org/issue37805 Automerge-Triggered-By: @methane (cherry picked from commit 44cd86bbdddb1f7b05deba2c1986a1e98f992429) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
* just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-031-0/+19
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+49
them discoverable by unittest. Patch by Zachary Ware.