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 serhiy.storchaka
Recipients barry, ezio.melotti, michael.foord, r.david.murray, rbcollins, serhiy.storchaka, taleinat
Date 2015-06-13.07:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434180181.57.0.881936874902.issue24412@psf.upfronthosting.co.za>
In-reply-to
Content
addCleanup() is helpful because it can be used in test methods. addClassCleanup() and addModuleCleanup() can't be used in test methods, and setUpClass() and setUpModule() are used less than setUp(), therefore the benefit of these methods are less than of addCleanup().
History
Date User Action Args
2015-06-13 07:23:01serhiy.storchakasetrecipients: + serhiy.storchaka, barry, taleinat, rbcollins, ezio.melotti, r.david.murray, michael.foord
2015-06-13 07:23:01serhiy.storchakasetmessageid: <1434180181.57.0.881936874902.issue24412@psf.upfronthosting.co.za>
2015-06-13 07:23:01serhiy.storchakalinkissue24412 messages
2015-06-13 07:23:01serhiy.storchakacreate