Break long lines

This commit is contained in:
Florian Bruhin 2018-03-26 10:51:04 +02:00
parent ddbb6b5198
commit d4899240de

View File

@ -112,8 +112,10 @@ def test_suggestions_special(keyhint, config_stub):
assert keyhint.text() == expected_text(
('<Ctrl+c>', 'yellow', 'a', 'message-info cmd-Cca'),
('<Ctrl+c>', 'yellow', 'c', 'message-info cmd-Ccc'),
('<Ctrl+c>', 'yellow', '<Ctrl+c>', 'message-info cmd-CcCc'),
('<Ctrl+c>', 'yellow', '<Ctrl+x>', 'message-info cmd-CcCx'))
('<Ctrl+c>', 'yellow', '<Ctrl+c>',
'message-info cmd-CcCc'),
('<Ctrl+c>', 'yellow', '<Ctrl+x>',
'message-info cmd-CcCx'))
def test_suggestions_with_count(keyhint, config_stub, monkeypatch, stubs):