qutebrowser/tests/unit
Ryan Roden-Corrent ef2de8201a Fix colors.completion.fg default and description.
Update the description to mention the number of columns and change the
default to ["white", "white", "white"] to make it more obvious that
multiple colors can be specified. This also satisfies the config test
that expects the default value for ListOrValue types to be a list.

One other test had to be tweaked to use a config option that is still
just a QtColor rather than a ListOrValue.

While it is possible to provide just two colors, it is "undefined
behavior". It will use the first color as the third color, but that is
an artifact of the implementation and therefore not documented (though
also not an error, as it is harmless).
2017-12-18 08:42:22 -05:00
..
browser Merge remote-tracking branch 'origin/pr/3333' 2017-12-02 14:47:24 +01:00
commands update flake8 and flake8-deprecated 2017-11-26 00:16:14 -06:00
completion Fix histcategory query reuse logic. 2017-12-13 08:39:34 -05:00
config Fix colors.completion.fg default and description. 2017-12-18 08:42:22 -05:00
javascript Use py.path.local in save_script 2017-12-06 21:21:55 +01:00
keyinput Fix modeparser tests 2017-09-22 19:49:52 +02:00
mainwindow Fix a couple style issues 2017-10-30 12:40:44 -04:00
misc Rename/move encoding test 2017-12-13 21:13:47 +01:00
scripts cleanup PYTEST_ADDOPTS for pytest subprocess 2017-12-03 15:09:47 -06:00
utils Modify instances of re.match to fullmatch or search. 2017-12-12 15:07:37 +00:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00