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 gfxmonk
Recipients brett.cannon, gfxmonk, rhettinger
Date 2009-03-22.05:33:13
SpamBayes Score 0.00043300033
Marked as misclassified No
Message-id <1237700002.4.0.697896774504.issue5531@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that this is not normally the point of tearDown methods.
However, allowing it reduces repetition when you want to verify that
some invariant is not violated by any test.

I also think that as far as the test writer is concerned, an assertion
error is a failed test - regardless of where in the code it came from.
History
Date User Action Args
2009-03-22 05:33:30gfxmonksetrecipients: + gfxmonk, brett.cannon, rhettinger
2009-03-22 05:33:22gfxmonksetmessageid: <1237700002.4.0.697896774504.issue5531@psf.upfronthosting.co.za>
2009-03-22 05:33:18gfxmonklinkissue5531 messages
2009-03-22 05:33:14gfxmonkcreate