qutebrowser/tests/unit/utils
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
..
usertypes flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
overflow_test_cases.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
test_error.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_jinja.py Fix lint 2016-03-26 00:24:54 +01:00
test_log.py Fix log tests 2016-04-30 17:45:45 +02:00
test_qtutils.py Rerun TestPyQIODevice.test_qprocess if needed. 2016-02-08 06:54:47 +01:00
test_standarddir.py Allow searching system-wide data path on Linux for userscripts 2016-03-24 13:22:00 -07:00
test_urlutils.py Adds test to reach 100% coverage on urlutils 2016-02-28 23:43:38 +01:00
test_utils.py Fix broken supports_selection() test 2016-05-08 22:39:39 +02:00
test_version.py Get rid of the colorlog dependency 2016-05-13 21:19:33 +02:00