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 504fa73 commit bec7c27Copy full SHA for bec7c27
src/libtmux/test/waiter.py
@@ -228,7 +228,6 @@ class PaneContentWaiter:
228
... result = (
229
... expect(pane)
230
... .with_timeout(1.0) # Reduce timeout for faster doctest execution
231
- ... .without_raising() # Don't raise exceptions
232
... .wait_for_text("Operation completed")
233
... )
234
... print(f"Result success: {result.success}")
@@ -243,7 +242,6 @@ class PaneContentWaiter:
243
242
244
... PaneContentWaiter(pane)
245
246
247
... .wait_for_regex(r"Process \d+ completed")
248
249
... # Print debug info about the result for doctest
0 commit comments