qutebrowser/tests/unit/misc
Philip Lewis cecb79cf05 Fix keyhints for special characters
`prefix` is a string and `seq` is a key sequence, so removing `len(prefix)`
items from `seq` will remove too many if `prefix` contains a special character
(ex "<Ctrl+x>").  Remove the number of characters from `str(seq)` instead.
2018-03-25 15:18:02 -04:00
..
test_autoupdate.py Update copyright years 2018-02-05 12:19:50 +01:00
test_checkpyver.py Update copyright years 2018-02-05 12:19:50 +01:00
test_cmdhistory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_crashdialog.py Update copyright years 2018-02-05 12:19:50 +01:00
test_earlyinit.py Update copyright years 2018-02-05 12:19:50 +01:00
test_editor.py Fix test_backup_error. 2018-03-13 08:50:34 -04:00
test_guiprocess.py Update copyright years 2018-02-05 12:19:50 +01:00
test_ipc.py Update copyright years 2018-02-05 12:19:50 +01:00
test_keyhints.py Fix keyhints for special characters 2018-03-25 15:18:02 -04:00
test_lineparser.py Update copyright years 2018-02-05 12:19:50 +01:00
test_miscwidgets.py Capitalize Escape in TestFullscreenNotification 2018-03-04 20:21:57 +01:00
test_msgbox.py Update copyright years 2018-02-05 12:19:50 +01:00
test_objects.py Update copyright years 2018-02-05 12:19:50 +01:00
test_pastebin.py Paste version information privately 2018-02-26 23:09:55 +01:00
test_readline.py Update copyright years 2018-02-05 12:19:50 +01:00
test_sessions.py Update copyright years 2018-02-05 12:19:50 +01:00
test_split_hypothesis.py Update copyright years 2018-02-05 12:19:50 +01:00
test_split.py Update copyright years 2018-02-05 12:19:50 +01:00
test_sql.py Update copyright years 2018-02-05 12:19:50 +01:00
test_utilcmds.py Add missing qapp fixtures to tests 2018-03-15 09:06:40 +01:00