This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add tests for wsgiref.validate
Type: enhancement Stage: patch review
Components: Tests Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ashkop, berker.peksag, pje
Priority: normal Keywords: patch

Created on 2015-03-03 16:58 by ashkop, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
wsgiref_test_wrappers.patch ashkop, 2015-03-03 16:58 review
Messages (2)
msg237152 - (view) Author: Alex Shkop (ashkop) * Date: 2015-03-03 16:58
These tests increase coverage of wsgiref.validate module. They test InputWrapper and ErrorWrapper used to validate env['wsgi.input'] and env['wsgi.errors'].
msg240253 - (view) Author: Alex Shkop (ashkop) * Date: 2015-04-08 08:07
*ping*
History
Date User Action Args
2022-04-11 14:58:13adminsetgithub: 67765
2015-04-08 08:07:09ashkopsetmessages: + msg240253
2015-03-04 03:03:34berker.peksagsetnosy: + pje, berker.peksag
stage: patch review
type: enhancement

versions: + Python 3.4
2015-03-03 16:58:55ashkopcreate