mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
set_options() in layout tests
This commit is contained in:
@@ -88,6 +88,10 @@ def utils(self, q, windows):
|
|||||||
|
|
||||||
class TestLayout(BaseTest):
|
class TestLayout(BaseTest):
|
||||||
|
|
||||||
|
def setUp(self):
|
||||||
|
super().setUp()
|
||||||
|
self.set_options()
|
||||||
|
|
||||||
def do_ops_test(self, q):
|
def do_ops_test(self, q):
|
||||||
windows = create_windows(q)
|
windows = create_windows(q)
|
||||||
ids, visible_ids, expect_ids, check_visible = utils(self, q, windows)
|
ids, visible_ids, expect_ids, check_visible = utils(self, q, windows)
|
||||||
|
|||||||
Reference in New Issue
Block a user