On Sat, Nov 29, 2014 at 1:56 PM, MRAB <pyt...@mrabarnett.plus.com> wrote:
> On 2014-11-29 01:30, Steven D'Aprano wrote:
> [snip]
>>
>> I stress that assertions aren't a replacement for unit testing, but they
>> compliment unit testing: assertions can help cover code missed by your
>> unit
>> tests, and check that your unit tests are correct.
>>
> [snip]
>
> I think you meant "complement". :-)

assert "Unit tests are soooooo clever"

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to