Is there any improvement version for standard unittest module? for example, output log information as files.
>From: Kent Johnson <[EMAIL PROTECTED]> >To: python-list@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/ -- http://mail.python.org/mailman/listinfo/python-list