[issue22111] Improve imaplib testsuite.

2014-07-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is now pushed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue22111] Improve imaplib testsuite.

2014-07-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b2cafab7a9f by Antoine Pitrou in branch 'default': Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. http://hg.python.org/cpython/rev/6b2cafab7a9f -- nosy: +python-dev ___ Pytho

[issue22111] Improve imaplib testsuite.

2014-07-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you, Milan. The latest patch looks good to me. -- ___ Python tracker ___ ___ Python-bugs-list

[issue22111] Improve imaplib testsuite.

2014-07-31 Thread Milan Oberkirch
Milan Oberkirch added the comment: AntoinePitrou: Thanks for the review! I made the suggested changes and could not resist refactoring the hole thing (since I plan to spend some time on that file I wanted it to be readable and pep conform). -- Added file: http://bugs.python.org/file361

[issue22111] Improve imaplib testsuite.

2014-07-30 Thread Milan Oberkirch
Changes by Milan Oberkirch : Added file: http://bugs.python.org/file36171/imaplib_test.patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue22111] Improve imaplib testsuite.

2014-07-30 Thread Milan Oberkirch
Changes by Milan Oberkirch : Removed file: http://bugs.python.org/file36170/imaplib_test.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue22111] Improve imaplib testsuite.

2014-07-30 Thread Milan Oberkirch
New submission from Milan Oberkirch: The status quo of test_imaplib is a bit frustrating: 4 test functions out of 31 get executed by default while only few seem to need any resources. I tried to solve this in the attached patch. Did I get something wrong or was that checking for network resour