Comment 5 for bug 654474

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 654474] Re: An unexpectedSuccess is like a failure not a success

Whatever happens, it ought to be documented and at the moment it
apparently is not.

Consistency with python unittest is worth something.

I see at the moment it is raised by expectFailure when the assertion
fails. I think it is a bad idea to have test expressions that can
silently or nearly silently change from passing to failing.

--
Martin