qutebrowser/tests/unit/completion
Ryan Roden-Corrent 3005374ada Simplify sorting logic in sortfilter.
For URL completion, time-based sorting is handled by the SQL model.
All the other models use simple alphabetical sorting. This allowed cleaning up
some logic in the sortfilter, removing DUMB_SORT, and removing the
completion.Role.sort.

This also removes the userdata completion field as it was only used in url
completion and is no longer necessary with the SQL model.
2017-06-19 07:42:12 -04:00
..
test_completer.py Simplify sorting logic in sortfilter. 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 Simplify sorting logic in sortfilter. 2017-06-19 07:42:12 -04:00
test_sqlmodel.py Implement SQL completion model. 2017-06-19 07:42:12 -04:00