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 purcell
Recipients purcell, rbcollins
Date 2008-01-22.10:16:13
SpamBayes Score 0.002253795
Marked as misclassified No
Message-id <1200996981.54.0.729702405429.issue1705520@psf.upfronthosting.co.za>
In-reply-to
Content
This is a good idea, but slightly messy.

A better solution would be for unittest to provide a decorator that 
could be used to mark assertion functions.  Internally, that decorator 
may well work the way you describe.

Given a corresponding patch, someone with more time than myself may well 
be willing to commit it.
History
Date User Action Args
2008-01-22 10:16:21purcellsetspambayes_score: 0.0022538 -> 0.002253795
recipients: + purcell, rbcollins
2008-01-22 10:16:21purcellsetspambayes_score: 0.0022538 -> 0.0022538
messageid: <1200996981.54.0.729702405429.issue1705520@psf.upfronthosting.co.za>
2008-01-22 10:16:14purcelllinkissue1705520 messages
2008-01-22 10:16:13purcellcreate