File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -486,6 +486,8 @@ def test_automatic_rename_option(
486
486
) -> None :
487
487
"""Test workspace builder with automatic renaming enabled."""
488
488
monkeypatch .setenv ("DISABLE_AUTO_TITLE" , "true" )
489
+ monkeypatch .setenv ("ROWS" , "36" )
490
+
489
491
workspace = ConfigReader ._from_file (
490
492
test_utils .get_workspace_file ("workspace/builder/window_automatic_rename.yaml" ),
491
493
)
@@ -1506,7 +1508,12 @@ def test_issue_800_default_size_many_windows(
1506
1508
a lot of panes.
1507
1509
1508
1510
See also: https://github.com/tmux-python/tmuxp/issues/800
1511
+
1512
+ 2024-04-07: This test isn't being used as of this date, as default-size is totally
1513
+ unused in builder.py.
1509
1514
"""
1515
+ monkeypatch .setenv ("ROWS" , "36" )
1516
+
1510
1517
yaml_workspace = test_utils .get_workspace_file (
1511
1518
"regressions/issue_800_default_size_many_windows.yaml" ,
1512
1519
)
You can’t perform that action at this time.
0 commit comments