qutebrowser/tests
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
..
helpers Adjust copyright years. 2016-01-04 07:12:39 +01:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration bdd: Skip JS prompt() tests on PyQt < 5.3.1. 2016-01-12 09:04:03 +01:00
unit Fix completion for String config type. 2016-01-12 18:53:53 +01:00
conftest.py bdd: Skip JS prompt() tests on PyQt < 5.3.1. 2016-01-12 09:04:03 +01:00
test_conftest.py Adjust copyright years. 2016-01-04 07:12:39 +01:00