We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e724778 commit 9276ebbCopy full SHA for 9276ebb
tests/workspace/test_builder.py
@@ -301,9 +301,8 @@ def test_window_options(
301
window_count = len(session.windows) # current window count
302
assert len(session.windows) == window_count
303
for w, wconf in builder.iter_create_windows(session):
304
- for p in builder.iter_create_panes(w, wconf):
+ for _ in builder.iter_create_panes(w, wconf):
305
w.select_layout("tiled") # fix glitch with pane size
306
- p = p
307
308
assert isinstance(w, Window)
309
assert w._show_option("main-pane-height") == 5
0 commit comments