Skip to content

Commit 3be9553

Browse files
committed
Update clear_exception_traceback fixture
1 parent 8cd7258 commit 3be9553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,10 @@ def clear_exception_traceback(request: pytest.FixtureRequest) -> Generator[None]
362362
if fixture_name not in (
363363
"doorbell_state_side_effect",
364364
"error",
365+
"error_type",
365366
"exc",
366367
"exception",
368+
"raise_error",
367369
"expected_result",
368370
"raises",
369371
"side_eff",

0 commit comments

Comments
 (0)