[New-bugs-announce] [issue37805] json.dump(..., skipkeys=True) has no unit tests

Julian Berman report at bugs.python.org
Fri Aug 9 17:54:43 EDT 2019


New submission from Julian Berman <Julian+Python.org at GrayVines.com>:

Looks like there possibly are upstream tests that could be pulled in with modification:

https://github.com/simplejson/simplejson/blob/00ed20da4c0e5f0396661f73482418651ff4d8c7/simplejson/tests/test_dump.py#L53-L66

(Found via https://bitbucket.org/pypy/pypy/issues/3052/json-skipkeys-true-results-in-invalid-json)

----------
components: Tests
messages: 349317
nosy: Julian
priority: normal
severity: normal
status: open
title: json.dump(..., skipkeys=True) has no unit tests
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37805>
_______________________________________


More information about the New-bugs-announce mailing list