qutebrowser/tests/unit
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
..
browser Merge branch 'issue-1412' of https://github.com/Kingdread/qutebrowser into Kingdread-issue-1412 2016-04-27 21:19:04 +02:00
commands Fix new flake8 lint. 2016-01-22 17:33:58 +01:00
completion Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
config Allow flexible whitespace in color strings. 2016-05-03 23:15:39 -04:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput Revert "Handle counts for special keys." 2016-04-29 14:20:11 +02:00
mainwindow flake8: Add hacking 2016-04-08 07:35:53 +02:00
misc Various code style improvements 2016-04-27 20:25:27 +02:00
scripts Adjust copyright years. 2016-01-04 07:12:39 +01:00
utils Fix log tests 2016-04-30 17:45:45 +02:00