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 michael.foord
Recipients anacrolix, eric.araujo, michael.foord, r.david.murray
Date 2012-03-29.11:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333019686.59.0.368627278303.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, feel free to create an issue for that. If you provide a patch for it (with tests) I'll review it. 

The decorator itself can be applied to both TestCase and FunctionTestCase in unittest as well. One implementation would be to apply a private attribute to classes and the loader can be taught to ignore any classes that have that attribute in their __dict__ - i.e. not inherited.
History
Date User Action Args
2012-03-29 11:14:46michael.foordsetrecipients: + michael.foord, eric.araujo, r.david.murray, anacrolix
2012-03-29 11:14:46michael.foordsetmessageid: <1333019686.59.0.368627278303.issue14408@psf.upfronthosting.co.za>
2012-03-29 11:14:46michael.foordlinkissue14408 messages
2012-03-29 11:14:45michael.foordcreate