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 eric.araujo
Recipients eric.araujo, michael.foord, pitrou, r.david.murray, stutzbach
Date 2012-04-13.17:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334339649.62.0.339765674673.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW I use the mixin approach too and find it simple and clean.  I don’t have a problem with a method in the mixin class calling methods from TestCase.
History
Date User Action Args
2012-04-13 17:54:09eric.araujosetrecipients: + eric.araujo, pitrou, stutzbach, r.david.murray, michael.foord
2012-04-13 17:54:09eric.araujosetmessageid: <1334339649.62.0.339765674673.issue14534@psf.upfronthosting.co.za>
2012-04-13 17:54:09eric.araujolinkissue14534 messages
2012-04-13 17:54:09eric.araujocreate