[py-dev] Little py.test patch

Antonio Cuni anto.cuni at gmail.com
Fri May 26 11:36:03 CEST 2006


holger krekel wrote:
> On Thu, May 25, 2006 at 21:35 +0200, Antonio Cuni wrote:
>> Hi Holger,
>> I've written a little patch for py.test that implements a new feature.
> 
> thanks! 
> 
>> Basically, I noticed that often I do the following code-and-test cycle, 
>> especially after a large refactoring:
>>   - edit the code
>>   - run all test with -x
>>   - correct the bug (ofter a stupid one, like a type)
>>   - restart the cycle
> 
> did you notice the existing "--looponfailing" option?  
> It aims to automize this cycle. 

Hi Holger,
no, I didn't notice looponfailing, it's what I was searching for :-).

ciao Anto


More information about the py-dev mailing list