set_options() in layout tests

This commit is contained in:
Jackie Li 2025-10-14 19:43:07 +01:00
parent 6db3441e29
commit 6a2ee9253b
No known key found for this signature in database
GPG key ID: 9D44BB781C299FEF

View file

@ -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)