MCPcopy
hub / github.com/qtile/qtile / test_textbox_errors

Function test_textbox_errors

test/test_bar.py:169–173  ·  view source on GitHub ↗
(manager)

Source from the content-addressed store, hash-verified

167
168@gb_config
169def test_textbox_errors(manager):
170 manager.c.widget["text"].update(None)
171 manager.c.widget["text"].update("".join(chr(i) for i in range(255)))
172 manager.c.widget["text"].update("V\xe2r\xe2na\xe7\xee")
173 manager.c.widget["text"].update("\ua000")
174
175
176@gb_config

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected