From 402fb8e53a33d626b265a9180f8f2fcda67a4ee1 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 7 May 2025 09:12:42 +0200 Subject: [PATCH] Update clear_exception_traceback fixture --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index dc56ef949b4..b028a7f4140 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -365,6 +365,7 @@ def clear_exception_traceback(request: pytest.FixtureRequest) -> Generator[None] "error_type", "exc", "exception", + "expectation", "raise_error", "expected_result", "raises",