Thanks to visit codestin.com Credit goes to github.com
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.
wait_for_pane_content_regex_line_match
1 parent c6633d7 commit 6808a8fCopy full SHA for 6808a8f
tests/_internal/test_waiter.py
@@ -976,6 +976,7 @@ def test_pane_content_waiter_with_invalid_line_range(wait_pane: Pane) -> None:
976
assert result.error is not None
977
978
979
+@pytest.mark.flaky(reruns=5)
980
def test_wait_for_pane_content_regex_line_match(wait_pane: Pane) -> None:
981
"""Test wait_for_pane_content with regex match and line detection."""
982
# Clear the pane
0 commit comments