diff --git a/kitty_tests/layout.py b/kitty_tests/layout.py index 683dd1f23..a1de75581 100644 --- a/kitty_tests/layout.py +++ b/kitty_tests/layout.py @@ -88,6 +88,10 @@ def utils(self, q, windows): class TestLayout(BaseTest): + def setUp(self): + super().setUp() + self.set_options() + def do_ops_test(self, q): windows = create_windows(q) ids, visible_ids, expect_ids, check_visible = utils(self, q, windows)