MCPcopy
hub / github.com/qtile/qtile / test_tall_margins

Function test_tall_margins

test/layouts/test_xmonad.py:243–253  ·  view source on GitHub ↗
(manager)

Source from the content-addressed store, hash-verified

241
242@monadtallmargins_config
243def test_tall_margins(manager):
244 manager.test_window("one")
245 assert_dimensions(manager, 4, 4, 788, 588)
246
247 manager.test_window("two")
248 assert_focused(manager, "two")
249 assert_dimensions(manager, 404, 4, 388, 588)
250
251 manager.c.layout.previous()
252 assert_focused(manager, "one")
253 assert_dimensions(manager, 4, 4, 392, 588)
254
255
256@pytest.mark.parametrize("manager", [MonadWideMarginsConfig], indirect=True)

Callers

nothing calls this directly

Calls 4

assert_dimensionsFunction · 0.90
assert_focusedFunction · 0.90
test_windowMethod · 0.80
previousMethod · 0.45

Tested by

no test coverage detected