mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
set_options() in layout tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user