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 yselivanov
Recipients neologix, yselivanov
Date 2015-07-23.13:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437659439.41.0.883084907311.issue24694@psf.upfronthosting.co.za>
In-reply-to
Content
This is a documented behaviour, changing it would likely break too much code.

Moreover, I don't think that calling addCleanup callbacks before tearDown makes more sense than after.  tearDown is a common cleanup method for all tests of testcase, and addCleanup callbacks are for additional cleanup procedures.

-1 on changing this.
History
Date User Action Args
2015-07-23 13:50:39yselivanovsetrecipients: + yselivanov, neologix
2015-07-23 13:50:39yselivanovsetmessageid: <1437659439.41.0.883084907311.issue24694@psf.upfronthosting.co.za>
2015-07-23 13:50:39yselivanovlinkissue24694 messages
2015-07-23 13:50:39yselivanovcreate