Skip to content

Commit 43eca42

Browse files
committed
output pane
1 parent a2c6118 commit 43eca42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_internal/test_waiter.py

+1
Original file line numberDiff line numberDiff line change
@@ -2094,6 +2094,7 @@ def test_invalid_match_type_combinations(wait_pane: Pane) -> None:
20942094
match_types_list,
20952095
timeout=0.5,
20962096
)
2097+
print(f"Pane contents: {wait_pane.capture_pane()}")
20972098
raise NotImplementedError
20982099
except (TypeError, ValueError) as e:
20992100
print(f"\nDEBUG TEST: Caught exception: {type(e).__name__}: {e}")

0 commit comments

Comments
 (0)