[TIP] @unittest.expectedFailure

Chris Withers chris at simplistix.co.uk
Mon Mar 1 11:29:04 PST 2010


Benjamin Peterson wrote:
> 2010/2/21 Chris Withers <chris at simplistix.co.uk>:
>> Hi All,
>>
>> Does a @unittest.expectedFailure'd test count as a skip if it fails?
>> What if it doesn't fail?
> 
> It's called an expected failure not a skip, but it's basically the
> same thing if it fails. An unexpected success occurs if the test
> works.

An what happens when an unexpected success occurs?

>> Asked differently: how can I find out, when running tests, how many
>> expectedFailure's tests there were, how many actually failed, and how many
>> didn't?
> 
> Programmatically or on command line?

Both :-)

cheers,

Chrs

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk




More information about the testing-in-python mailing list