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.

作者 r.david.murray
收信人 hpk, michael.foord, ncoghlan, r.david.murray, rbcollins
日期 2014-10-25.15:21:22
SpamBayes Score -1.0
Marked as misclassified
Message-id <1414250482.83.0.525452817097.issue10548@psf.upfronthosting.co.za>
In-reply-to
内容
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.)
历史
日期 用户 动作 参数
2014-10-25 15:21:22r.david.murray修改recipients: + r.david.murray, ncoghlan, rbcollins, michael.foord, hpk
2014-10-25 15:21:22r.david.murray修改messageid: <1414250482.83.0.525452817097.issue10548@psf.upfronthosting.co.za>
2014-10-25 15:21:22r.david.murray链接issue10548 messages
2014-10-25 15:21:22r.david.murray创建