testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00620
Re: [Merge] lp:~allenap/testtools/lessthan-mismatch-string into lp:testtools
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.
--
https://code.launchpad.net/~allenap/testtools/lessthan-mismatch-string/+merge/57323
Your team testtools developers is requested to review the proposed merge of lp:~allenap/testtools/lessthan-mismatch-string into lp:testtools.
References