qutebrowser/tests/unit/completion
Ryan Roden-Corrent 0fed563a02
Use QSyntaxHighlighter for completion.
This is a more "Qt" way of highlighting syntax, and works around the
problems of #4199 without resorting to complicated html escaping.

The tests are more straightforward with less mocking, but do involve
testing a private class.
2018-09-22 12:13:28 -04:00
..
test_completer.py Remove the deprecated :tab-detach 2018-06-09 21:25:09 +02:00
test_completiondelegate.py Use QSyntaxHighlighter for completion. 2018-09-22 12:13:28 -04:00
test_completionmodel.py Update copyright years 2018-02-05 12:19:50 +01:00
test_completionwidget.py Update copyright years 2018-02-05 12:19:50 +01:00
test_histcategory.py Rename history.exclude to completion.web_history.exclude 2018-09-02 14:42:47 +02:00
test_listcategory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_models.py Use a shared web_history fixture 2018-09-06 20:08:32 +02:00