qutebrowser/tests/unit/config
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
..
old_configs Release v0.5.0 2016-01-05 19:30:50 +01:00
test_config.py Release v0.5.0 2016-01-05 19:30:50 +01:00
test_configdata.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_configexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_configtypes_hypothesis.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_configtypes.py Fix completion for String config type. 2016-01-12 18:53:53 +01:00
test_style.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_textwrapper.py Adjust copyright years. 2016-01-04 07:12:39 +01:00