[issue46128] Strip IsolatedAsyncioTestCase frames from reported stacktraces

Andrew Svetlov report at bugs.python.org
Sun Dec 19 03:45:55 EST 2021


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

#7815 supports `__unittest = True` module globals to stripping unittest framework calls from a stacktrace reported by a test failure.

IsolatedAsyncioTestCase missed this setup.

----------
components: Library (Lib)
messages: 408887
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Strip IsolatedAsyncioTestCase frames from reported stacktraces
versions: Python 3.10, Python 3.11, Python 3.9

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


More information about the Python-bugs-list mailing list