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 purcell
Recipients ngie, purcell, rhettinger
Date 2009-03-23.08:48:47
SpamBayes Score 6.455118e-05
Marked as misclassified No
Message-id <1237798129.71.0.283999352399.issue5538@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed -- if some of the setUp code is likely to fail, that should be 
handled right there in setUp, by reversing any other setup code that may 
have executed.

It's harder to write a tearDown that will work reliably for any partially 
successful setUp.
History
Date User Action Args
2009-03-23 08:48:50purcellsetrecipients: + purcell, rhettinger, ngie
2009-03-23 08:48:49purcellsetmessageid: <1237798129.71.0.283999352399.issue5538@psf.upfronthosting.co.za>
2009-03-23 08:48:47purcelllinkissue5538 messages
2009-03-23 08:48:47purcellcreate