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 BreamoreBoy, eric.araujo, kristjan.jonsson, michael.foord, pitrou, r.david.murray, serhiy.storchaka, stutzbach, zach.ware
Date 2014-06-17.23:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403046304.3.0.294123397359.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
My suggested solution is a class decorator you use on your base class that means "don't run tests from this class". 


@unittest.base_class
class MyTestBase(TestCase):
    pass

Not quite sure how that's sophisticated or confusing... Are you confusing the way it's used with my suggested implementation?
History
Date User Action Args
2014-06-17 23:05:04michael.foordsetrecipients: + michael.foord, pitrou, kristjan.jonsson, stutzbach, eric.araujo, r.david.murray, BreamoreBoy, zach.ware, serhiy.storchaka
2014-06-17 23:05:04michael.foordsetmessageid: <1403046304.3.0.294123397359.issue14534@psf.upfronthosting.co.za>
2014-06-17 23:05:04michael.foordlinkissue14534 messages
2014-06-17 23:05:04michael.foordcreate