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 r.david.murray
Recipients ezio.melotti, michael.foord, r.david.murray, rbcollins
Date 2015-06-08.18:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433788299.35.0.440062273493.issue24412@psf.upfronthosting.co.za>
In-reply-to
Content
Since tearDownClass isn't run if setUpClass fails, there is a need for the class level equivalent of addCleanup.  addClassCleanup?
History
Date User Action Args
2015-06-08 18:31:39r.david.murraysetrecipients: + r.david.murray, rbcollins, ezio.melotti, michael.foord
2015-06-08 18:31:39r.david.murraysetmessageid: <1433788299.35.0.440062273493.issue24412@psf.upfronthosting.co.za>
2015-06-08 18:31:39r.david.murraylinkissue24412 messages
2015-06-08 18:31:39r.david.murraycreate