We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c6118 commit 43eca42Copy full SHA for 43eca42
tests/_internal/test_waiter.py
@@ -2094,6 +2094,7 @@ def test_invalid_match_type_combinations(wait_pane: Pane) -> None:
2094
match_types_list,
2095
timeout=0.5,
2096
)
2097
+ print(f"Pane contents: {wait_pane.capture_pane()}")
2098
raise NotImplementedError
2099
except (TypeError, ValueError) as e:
2100
print(f"\nDEBUG TEST: Caught exception: {type(e).__name__}: {e}")
0 commit comments