qutebrowser/tests/unit/config
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
..
test_config.py Fix colors.completion.fg default and description. 2017-12-18 08:42:22 -05:00
test_configcommands.py Update tests to use search.ignore_case 2017-12-12 11:31:28 -05:00
test_configdata.py Update tests to use search.ignore_case 2017-12-12 11:31:28 -05:00
test_configexc.py Add the option name to the backend error message 2017-11-24 09:25:45 +01:00
test_configfiles.py add <EOL> in :config-write-py generated file 2017-10-26 00:52:22 +08:00
test_configinit.py Bump up default font size to 10pt 2017-11-06 07:36:52 +01:00
test_configtypes.py Improve hypothesis example generation for configtypes.Dict 2017-11-22 11:53:49 +01:00