[New-bugs-announce] [issue15615] More tests for JSON decoder to test Exceptions

Kushal Das report at bugs.python.org
Fri Aug 10 12:12:46 CEST 2012


New submission from Kushal Das:

Added two more tests in json module to test exception cases. 

test_extra_data: this test checks the error condition when we have extra data in the stream.

test_invalid_escape: this test checks for the invalid escape sequence in the stream

----------
components: Tests
files: json_tests.patch
keywords: patch
messages: 167863
nosy: kushaldas
priority: normal
severity: normal
status: open
title: More tests for JSON decoder to test Exceptions
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file26755/json_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15615>
_______________________________________


More information about the New-bugs-announce mailing list