MCPcopy
hub / github.com/qtile/qtile / test_wide_margins

Function test_wide_margins

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

Source from the content-addressed store, hash-verified

255
256@pytest.mark.parametrize("manager", [MonadWideMarginsConfig], indirect=True)
257def test_wide_margins(manager):
258 manager.test_window("one")
259 assert_dimensions(manager, 4, 4, 788, 588)
260
261 manager.test_window("two")
262 assert_focused(manager, "two")
263 assert_dimensions(manager, 4, 304, 788, 288)
264
265 manager.c.layout.previous()
266 assert_focused(manager, "one")
267 assert_dimensions(manager, 4, 4, 788, 292)
268
269
270@monadtall_config

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