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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15615>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to