Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue36674> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com