qutebrowser/tests/unit/completion
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
..
test_completer.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00
test_completionwidget.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00
test_models.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00
test_sortfilter.py Implement completion models as functions. 2017-06-19 07:42:12 -04:00