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 dmaurer, ezio.melotti, lisroach, michael.foord, rbcollins, serhiy.storchaka, terry.reedy
Date 2021-09-05.19:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630868861.4.0.196732248344.issue36674@roundup.psfhosted.org>
In-reply-to
Content
There are too many issues with TestResult.debug(). It does not call tearDown() and doCleanups() if the test is skipped, failed or raises other exception (including errors in cleanup). It does not support skipping decorators. It does not support the expectedFailure decorator. It does not work at all in IsolatedAsyncioTestCase.
History
Date User Action Args
2021-09-05 19:07:41serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, dmaurer, rbcollins, ezio.melotti, michael.foord, lisroach
2021-09-05 19:07:41serhiy.storchakasetmessageid: <1630868861.4.0.196732248344.issue36674@roundup.psfhosted.org>
2021-09-05 19:07:41serhiy.storchakalinkissue36674 messages
2021-09-05 19:07:41serhiy.storchakacreate