]> granicus.if.org Git - python/commit
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 07:27:31 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 07:27:31 +0000 (00:27 -0700)
commita3875171d746f90f49adfcaa015525b20a3874d3
tree015ea26373be0d467f3dad9e91775c65610b2df1
parentc841fb9e065c393bba5d5505238f7e286f1dcfc6
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)

https://bugs.python.org/issue37805

Automerge-Triggered-By: @methane
(cherry picked from commit 44cd86bbdddb1f7b05deba2c1986a1e98f992429)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/test/test_json/test_dump.py
Misc/NEWS.d/next/Tests/2019-08-25-19-51-46.bpo-37805.Kl1sti.rst [new file with mode: 0644]