We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962d643 commit a2c6118Copy full SHA for a2c6118
1 file changed
tests/_internal/test_waiter.py
@@ -2094,7 +2094,7 @@ def test_invalid_match_type_combinations(wait_pane: Pane) -> None:
2094
match_types_list,
2095
timeout=0.5,
2096
)
2097
-
+ raise NotImplementedError
2098
except (TypeError, ValueError) as e:
2099
print(f"\nDEBUG TEST: Caught exception: {type(e).__name__}: {e}")
2100
if isinstance(e, TypeError):
0 commit comments