qutebrowser/tests/unit/completion
Ryan Roden-Corrent 6e025c1bb0 Don't perform alphabetical sort in listcategory.
Instead, expect the data to be given in the desired order. Completion
functions should sort their data _if_ they want it sorted in the
completion. This has a few implications:

- {book,quick}marks appear in the same order they do in the text file.
  This means users can rearrange their mark files for custom sorting.
  Fixes #2354
- Sessions are sorted as they appear in the session manager
- Tabs are sorted numerically, not alphabetically (Fixes #2883)

Note that prefix-based filter sorting is still performed, so items
starting with the filter pattern come first.
2017-08-06 10:00:18 -04:00
..
test_completer.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_completionmodel.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_completionwidget.py Merge pull request #2853 from rcorre/fix-completionview 2017-07-27 12:31:01 +02:00
test_histcategory.py Fix fetch/delete sql category bug. 2017-07-28 09:07:30 -04:00
test_listcategory.py Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
test_models.py Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00