Message230064
| Author | michael.foord |
|---|---|
| Recipients | hpk, michael.foord, ncoghlan, r.david.murray, rbcollins |
| Date | 2014-10-27.09:17:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1414401430.58.0.843944118279.issue10548@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Assertions are not uncommon in setUp. setUp is for setting up common state shared between tests and I regularly want to assert that state creation / preconditions are correct. I've never been bitten by this issue (I rarely use expectedFailure), but it's worth noting the use case. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-27 09:17:10 | michael.foord | set | recipients: + michael.foord, ncoghlan, rbcollins, r.david.murray, hpk |
| 2014-10-27 09:17:10 | michael.foord | set | messageid: <1414401430.58.0.843944118279.issue10548@psf.upfronthosting.co.za> |
| 2014-10-27 09:17:10 | michael.foord | link | issue10548 messages |
| 2014-10-27 09:17:10 | michael.foord | create | |