Message85344
And actually your conditionally_undo_setup() call in setUp is incorrect.
It should in an except block that re-raises rather than a finally block
(which will do the cleanup even in non-exceptional circumstances). Easy
code to get wrong... |
|
| Date |
User |
Action |
Args |
| 2009-04-03 23:50:16 | michael.foord | set | recipients:
+ michael.foord, gregory.p.smith |
| 2009-04-03 23:50:16 | michael.foord | set | messageid: <[email protected]> |
| 2009-04-03 23:50:15 | michael.foord | link | issue5679 messages |
| 2009-04-03 23:50:15 | michael.foord | create | |
|