qutebrowser/tests/unit
Ryan Roden-Corrent b1aaf0f10f Only show keyhints after a short delay.
If a user knows the keychain and can type it quickly, we shouldn't
annoy them with a popup. Only show the keyhint if the user doesn't
complete their keychain in 500ms.

The isVisible() check in the tests is somewhat invalid now because it
is never immediately visible and I don't want to add a delay to unit
tests. I added a check that text() is not set for one test that was
only checking isVisible().

Addresses part of #1515.
2016-05-23 21:21:03 -04:00
..
browser Added missing All group 2016-05-17 23:57:36 -04:00
commands Simplify argparser.type_check 2016-05-18 07:16:17 +02:00
completion Clean up assertion 2016-05-08 20:01:35 +02:00
config Allow flexible whitespace in color strings. 2016-05-03 23:15:39 -04:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput Revert "Handle counts for special keys." 2016-04-29 14:20:11 +02:00
mainwindow Add invalid url to 'test_set_hover_url_encoded' 2016-05-18 22:23:26 +02:00
misc Only show keyhints after a short delay. 2016-05-23 21:21:03 -04:00
scripts Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils Implement utils.is_special_key. 2016-05-19 20:48:48 -04:00