Code review comment for lp:~lifeless/bzr/subunit

Revision history for this message
Robert Collins (lifeless) wrote :

Its actually pretty precise - it has to raise AssertionError : there are
three possibly behaviours:
 - the predicate works -> test failure
 - the predicate raises AssertionError -> test pass
 - the predicate raises some other exception -> test failure

-Rob

« Back to merge proposal