[issue23577] Add tests for wsgiref.validate

2015-04-08 Thread Alex Shkop
Alex Shkop added the comment: *ping* -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue23577] Add tests for wsgiref.validate

2015-03-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag, pje stage: -> patch review type: -> enhancement versions: +Python 3.4 ___ Python tracker ___ ___

[issue23577] Add tests for wsgiref.validate

2015-03-03 Thread Alex Shkop
New submission from Alex Shkop: These tests increase coverage of wsgiref.validate module. They test InputWrapper and ErrorWrapper used to validate env['wsgi.input'] and env['wsgi.errors']. -- components: Tests files: wsgiref_test_wrappers.patch keywords: patch messages: 237152 nosy: as