qutebrowser/tests/unit
Florian Bruhin df03099468 Fix completion for String config type.
Since 2a705e2eb6 non-specialized config types are
String. However, String had an overloaded complete() which defaulted to
returning None.

Now we use the normal complete() which relies on valid_values if completions
isn't given instead.

Fixes #1223.
2016-01-12 18:53:53 +01:00
..
browser tests: Switch to qtbot.assertNotEmitted. 2016-01-08 10:00:42 +01:00
commands tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
completion Adjust copyright years. 2016-01-04 07:12:39 +01:00
config Fix completion for String config type. 2016-01-12 18:53:53 +01:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
mainwindow tests: Use sip.delete to clean up prompt. 2016-01-11 07:38:58 +01:00
misc Add socket IDs to ipc debug messages. 2016-01-08 12:02:36 +01:00
scripts Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00