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, stutzbach, zach.ware
Date 2014-06-17.17:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403024635.77.0.191188002805.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
If you're writing a mixin you don't need to derive from TestCase, you just derive from object. The point of this feature is to allow TestCase subclasses to be "base classes" instead of being used as a mixin.
History
Date User Action Args
2014-06-17 17:03:55michael.foordsetrecipients: + michael.foord, pitrou, kristjan.jonsson, stutzbach, eric.araujo, r.david.murray, BreamoreBoy, zach.ware
2014-06-17 17:03:55michael.foordsetmessageid: <1403024635.77.0.191188002805.issue14534@psf.upfronthosting.co.za>
2014-06-17 17:03:55michael.foordlinkissue14534 messages
2014-06-17 17:03:55michael.foordcreate