[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

Serhiy Storchaka report at bugs.python.org
Sun Sep 5 15:07:41 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36674>
_______________________________________


More information about the Python-bugs-list mailing list