Message245301
| 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(). |
|