qutebrowser/tests/unit
Florian Bruhin c64e5c9bd5 Get rid of the colorlog dependency
colorlog was problematic for various reasons:

- Not commonly packaged for Linux distributions
- Calling colorama.init() automatically on import
- Not supporting {foo} log formatting
- Not supporting an easy way to turn colors off

Instead we now do the log coloring by hand, which is simpler and means
everyone will have colored logs.
2016-05-13 21:19:33 +02:00
..
browser Fix lint 2016-05-08 11:14:42 +02:00
commands Fix lint 2016-05-10 07:56:54 +02:00
completion Clean up assertion 2016-05-08 20:01:35 +02: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 Get rid of the colorlog dependency 2016-05-13 21:19:33 +02:00