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 eric.araujo
Recipients barry, brett.cannon, eric.araujo, eric.smith, jaraco
Date 2012-05-04.03:25:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336101932.54.0.866616266922.issue14715@psf.upfronthosting.co.za>
In-reply-to
Content
I tend to like context managers, or helpers that work with addCleanup, so that I keep the scaffolding next to the test code.  setUp and tearDown are better in some cases, though.  It is also possible to have an helper work as a decorator and a context manager and a setUp-tearDown thing with small effort.
History
Date User Action Args
2012-05-04 03:25:32eric.araujosetrecipients: + eric.araujo, barry, brett.cannon, jaraco, eric.smith
2012-05-04 03:25:32eric.araujosetmessageid: <1336101932.54.0.866616266922.issue14715@psf.upfronthosting.co.za>
2012-05-04 03:25:31eric.araujolinkissue14715 messages
2012-05-04 03:25:31eric.araujocreate