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 pitrou
Recipients michael.foord, pitrou, r.david.murray
Date 2012-04-09.17:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333992250.24.0.972125881623.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
> A decorator would be provided that sets the attribute to False, since
> that would make it visually obvious which TestCases are base classes
> and not to be loaded.

What's the point? Just derive from TestCase in the derived classes, not the base classes.
-1 on useless complication.
History
Date User Action Args
2012-04-09 17:24:10pitrousetrecipients: + pitrou, r.david.murray, michael.foord
2012-04-09 17:24:10pitrousetmessageid: <1333992250.24.0.972125881623.issue14534@psf.upfronthosting.co.za>
2012-04-09 17:24:09pitroulinkissue14534 messages
2012-04-09 17:24:09pitroucreate