qutebrowser/tests/unit
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
..
browser Initial attempt at using the tab API for tests/unit/javascript 2018-03-19 18:18:21 +01:00
commands Wait until runner is finished in test_custom_env 2018-03-19 11:43:08 +01:00
completion Merge remote-tracking branch 'origin/pr/3613' 2018-03-13 08:39:36 +01:00
config Fix test_configinit 2018-03-20 22:16:16 +01:00
javascript Log document.body in JS tests 2018-03-20 11:56:46 +01:00
keyinput Swap Control/Meta back on macOS 2018-03-14 19:40:56 +01:00
mainwindow Add basic tests for tab width sizing 2018-03-22 14:27:33 -04:00
misc Fix keyhints for special characters 2018-03-25 15:18:02 -04:00
scripts Update copyright years 2018-02-05 12:19:50 +01:00
utils Merge remote-tracking branch 'origin/pr/3604' 2018-03-20 06:24:57 +01:00
test_app.py Update copyright years 2018-02-05 12:19:50 +01:00