qutebrowser/tests/unit
Ryan Roden-Corrent 08bb3f4f19 Implement completion models as functions.
First step of Completion Model/View revamping (#74). Rewrite the
completion models as functions that each return an instance of a
CompletionModel class.

Caching is removed from all models except the UrlModel. Models other
than the UrlModel can be generated very quickly so caching just adds
needless complexity and can lead to incorrect results if one forgets to
wire up a signal.
2017-06-19 07:42:12 -04:00
..
browser tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
commands Fix raw string prefix 2017-05-23 10:09:06 +02:00
completion Implement completion models as functions. 2017-06-19 07:42:12 -04:00
config Get rid of configtypes.WebKitBytes 2017-06-06 16:17:44 +02:00
javascript Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyinput tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
mainwindow tests: Use pytest.param 2017-05-23 08:08:46 +02:00
misc Fix earlyinit.qt_version issues 2017-06-19 09:42:49 +02:00
scripts Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils Show 'legacy QtWebKit' in version output 2017-06-19 10:24:33 +02:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00