May i customize basic operator (such as 1==3)?

kanchy kang zzhikang at hotmail.com
Wed Feb 22 20:09:18 EST 2006


Is there any improvement version for standard unittest module?
for example, output log information as files.


>From: Kent Johnson <kent at kentsjohnson.com>
>To: python-list at python.org
>Subject: Re: May i customize basic operator (such as 1==3)?
>Date: Wed, 22 Feb 2006 06:07:35 -0500
>
>Thomas Heller wrote:
>
> > The standard unittest module can do this also:  replace
> > calls to failUnless(a == b) with failUnlessEqual(a, b).
>
>or assertEquals(a, b)
>--
>http://mail.python.org/mailman/listinfo/python-list

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




More information about the Python-list mailing list