[TIP] Fail-fast testing?

Doug Hellmann doug.hellmann at gmail.com
Fri Mar 5 14:30:23 PST 2010


On Mar 5, 2010, at 5:12 PM, Michael Foord wrote:

>
> It would be really nice to have the ctrl-c handling default to on,  
> but perhaps an easy way of handling this is just have it default to  
> off.

It seems like tests that want to trap Ctrl-C are probably in the  
minority of the set of tests that would use the test framework, so  
defaulting to "on" with a way to control the setting should be safe  
enough.

Doug




More information about the testing-in-python mailing list