Code review comment for lp:~allenap/testtools/lessthan-mismatch-string

Revision history for this message
Jonathan Lange (jml) wrote :

Ugh. Confused again. I really find this stuff hard. Sorry.

 * A passing test would have LessThan(big).match(small)
 * A failing test would have LessThan(small).match(too_big)
 * This could be validly expressed as 'too_big >= small' or 'small not < too_big'
 * The latter is easier to do with testtools as it stands.

« Back to merge proposal