Re: [Python-Dev] noob contributions to unit tests

2013-05-01 Thread Sean Felipe Wolfe
On Thu, Mar 28, 2013 at 11:36 AM, Walter Dörwald wal...@livinglogic.de wrote: Am 27.03.2013 um 03:24 schrieb R. David Murray rdmur...@bitdance.com: On Tue, 26 Mar 2013 16:59:06 -0700, Maciej Fijalkowski fij...@gmail.com wrote: On Tue, Mar 26, 2013 at 4:49 PM, Sean Felipe Wolfe

Re: [Python-Dev] noob contributions to unit tests

2013-03-28 Thread Daniel Wozniak
Sean, During the PyCon sprints I was helping work on unittests in urllib. I think as it stands right now urllib/error.py and urllib/parse.py are at 100% line coverage. I have some additions to urllib/request.py which I have yet to submit a patch for (anything above line 700 is covered thus

Re: [Python-Dev] noob contributions to unit tests

2013-03-28 Thread Walter Dörwald
Am 27.03.2013 um 03:24 schrieb R. David Murray rdmur...@bitdance.com: On Tue, 26 Mar 2013 16:59:06 -0700, Maciej Fijalkowski fij...@gmail.com wrote: On Tue, Mar 26, 2013 at 4:49 PM, Sean Felipe Wolfe ether@gmail.com wrote: Hey everybody how are you all :) I am an intermediate-level

[Python-Dev] noob contributions to unit tests

2013-03-26 Thread Sean Felipe Wolfe
Hey everybody how are you all :) I am an intermediate-level python coder looking to get help out. I've been reading over the dev guide about helping increase test coverage -- http://docs.python.org/devguide/coverage.html And also the third-party code coverage referenced in the devguide page:

Re: [Python-Dev] noob contributions to unit tests

2013-03-26 Thread Maciej Fijalkowski
On Tue, Mar 26, 2013 at 4:49 PM, Sean Felipe Wolfe ether@gmail.com wrote: Hey everybody how are you all :) I am an intermediate-level python coder looking to get help out. I've been reading over the dev guide about helping increase test coverage --

Re: [Python-Dev] noob contributions to unit tests

2013-03-26 Thread R. David Murray
On Tue, 26 Mar 2013 16:59:06 -0700, Maciej Fijalkowski fij...@gmail.com wrote: On Tue, Mar 26, 2013 at 4:49 PM, Sean Felipe Wolfe ether@gmail.com wrote: Hey everybody how are you all :) I am an intermediate-level python coder looking to get help out. I've been reading over the dev