cpython/Lib/test/test_json
Dong-hee Na 633957d7e3
[3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895)
(cherry picked from commit 700cb58730)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>

Automerge-Triggered-By: @vstinner
2020-03-10 01:30:49 -07:00
..
__init__.py
__main__.py
test_decode.py bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) 2018-05-22 06:03:10 -07:00
test_default.py
test_dump.py bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) 2019-08-26 00:36:36 -07:00
test_encode_basestring_ascii.py
test_enum.py
test_fail.py bpo-24641: Improved error message for JSON unserializible keys. (#4364) 2017-11-25 17:38:20 +02:00
test_float.py
test_indent.py
test_pass1.py
test_pass2.py
test_pass3.py
test_recursion.py
test_scanstring.py
test_separators.py
test_speedups.py
test_tool.py [3.7] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18895) 2020-03-10 01:30:49 -07:00
test_unicode.py