qutebrowser/tests/unit/config
Ryan Roden-Corrent 98508bdd26 Allow flexible whitespace in color strings.
Allow a variable amount of whitespace for rgb, rgba, hsv, and hsva
strings in the config.
Previously only 'rgb(0, 0, 0)' was allowed. Now things like
'rgb(0,0,0)' are permitted.
The repeated 3-digit segments of the regexes were separated out to
reduce repetition and line length.
2016-05-03 23:15:39 -04:00
..
old_configs tests: Add v0.6.0 config to test_old_config 2016-04-04 18:16:31 +02:00
test_config.py Release v0.6.2 2016-04-30 18:16:43 +02: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 Also test transform in test_configtypes_hypothesis 2016-03-11 07:26:16 +01:00
test_configtypes.py Allow flexible whitespace in color strings. 2016-05-03 23:15:39 -04: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