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 r.david.murray
Recipients hpk, michael.foord, ncoghlan, r.david.murray, rbcollins
Date 2014-10-25.15:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414250482.83.0.525452817097.issue10548@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, now I understand what the issue is.  It never even *occurred* to me that someone might put assertions in setUp or tearDown.  So, yeah, count me in on considering that an abuse of the protocol :)

(If I want to factor out common assertions, and I do it a lot, I put them in a helper method and call it explicitly.)
History
Date User Action Args
2014-10-25 15:21:22r.david.murraysetrecipients: + r.david.murray, ncoghlan, rbcollins, michael.foord, hpk
2014-10-25 15:21:22r.david.murraysetmessageid: <1414250482.83.0.525452817097.issue10548@psf.upfronthosting.co.za>
2014-10-25 15:21:22r.david.murraylinkissue10548 messages
2014-10-25 15:21:22r.david.murraycreate