mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
set_options() in layout tests
This commit is contained in:
parent
6db3441e29
commit
6a2ee9253b
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue