]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:36:36 +0000 (00:36 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 07:36:36 +0000 (00:36 -0700)
commita976283821ab73ba080da47cbe95802ce66bb0a4
tree4eed1e0d9b27f4dd42529c1fe988b2bdd2814410
parent1b15914ebb46e549ff0965c789ef03b4bac2a890
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]