[issue23477] Increase coverage for wsgiref module

2015-03-01 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Alex. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker

[issue23477] Increase coverage for wsgiref module

2015-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f2ef8654bf8 by Berker Peksag in branch '3.4': Issue #23477: Improve test coverage of wsgiref.simple_server. https://hg.python.org/cpython/rev/9f2ef8654bf8 New changeset 0c786d1fb372 by Berker Peksag in branch 'default': Issue #23477: Improve test c

[issue23477] Increase coverage for wsgiref module

2015-02-20 Thread Alex Shkop
Alex Shkop added the comment: Replaced "%s;%s;%s" with ';'.join() call. -- Added file: http://bugs.python.org/file38184/wsgiref_test_environ_v2.patch ___ Python tracker ___ _

[issue23477] Increase coverage for wsgiref module

2015-02-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.4 ___ Python tracker ___ ___ Python-bug

[issue23477] Increase coverage for wsgiref module

2015-02-18 Thread Alex Shkop
New submission from Alex Shkop: Added test for wssgiref.simple_server to check that environ argument contains correct headers, query string and path. This code wasn't covered in tests previously. -- components: Tests files: wsgiref_test_environ.patch keywords: patch messages: 236176 no