forked from home-assistant/core
Update clear_exception_traceback fixture
This commit is contained in:
@@ -362,8 +362,10 @@ def clear_exception_traceback(request: pytest.FixtureRequest) -> Generator[None]
|
|||||||
if fixture_name not in (
|
if fixture_name not in (
|
||||||
"doorbell_state_side_effect",
|
"doorbell_state_side_effect",
|
||||||
"error",
|
"error",
|
||||||
|
"error_type",
|
||||||
"exc",
|
"exc",
|
||||||
"exception",
|
"exception",
|
||||||
|
"raise_error",
|
||||||
"expected_result",
|
"expected_result",
|
||||||
"raises",
|
"raises",
|
||||||
"side_eff",
|
"side_eff",
|
||||||
|
Reference in New Issue
Block a user