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 pitrou
Recipients gregory.p.smith, michael.foord, pitrou
Date 2009-04-04.16:42:23
SpamBayes Score 1.0530175e-05
Marked as misclassified No
Message-id <1238863344.27.0.18858758679.issue5679@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why it is called after tearDown. It would be better to call
it before tearDown, so that test cases can also use it to initialize
additional resources and finalize them in a LIFO way wrt the main tearDown.
History
Date User Action Args
2009-04-04 16:42:24pitrousetrecipients: + pitrou, gregory.p.smith, michael.foord
2009-04-04 16:42:24pitrousetmessageid: <1238863344.27.0.18858758679.issue5679@psf.upfronthosting.co.za>
2009-04-04 16:42:23pitroulinkissue5679 messages
2009-04-04 16:42:23pitroucreate