This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients benjamin.peterson, giampaolo.rodola, gpolo, gregory.p.smith, gvanrossum, pitrou, pupeno, purcell, rhettinger, skip.montanaro
Date 2009-03-29.19:54:15
SpamBayes Score 7.102314e-07
Marked as misclassified No
Message-id <1238356458.79.0.9117730774.issue2578@psf.upfronthosting.co.za>
In-reply-to
Content
Personally, I would prefer it if unittest got rid of all the various
ways to spell "assert" and just let test cases use the assert statement.
I use nose for most of my stuff which supports/allows use of the assert
statement.  I think my test cases are better for it.

(crap, crap, crap. I was scrolling through the messages and my finger slid
off the button on my laptop.  I pressed it again without really looking.
I didn't realize the mouse was no longer over the scrollbar's thumb and,
too late, saw that I had clicked the Remove button of this message "msg84360".  
I hope I clicked the cancel button soon enough.  If not, can it be
"unremoved" programmatically?  I have the text of the message if need be.)
History
Date User Action Args
2009-03-29 19:54:19skip.montanarosetrecipients: + skip.montanaro, gvanrossum, rhettinger, gregory.p.smith, purcell, pitrou, giampaolo.rodola, pupeno, benjamin.peterson, gpolo
2009-03-29 19:54:18skip.montanarosetmessageid: <1238356458.79.0.9117730774.issue2578@psf.upfronthosting.co.za>
2009-03-29 19:54:16skip.montanarolinkissue2578 messages
2009-03-29 19:54:16skip.montanarocreate