mirror of
https://github.com/python/cpython.git
synced 2025-08-17 07:11:51 +00:00
[3.12] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) (#126771)
bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196)
---------
(cherry picked from commit 2e39d77dde
)
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
951ed33054
commit
dd21259283
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ import warnings
|
|||
|
||||
from .case import TestCase
|
||||
|
||||
__unittest = True
|
||||
|
||||
class IsolatedAsyncioTestCase(TestCase):
|
||||
# Names intentionally have a long prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue