qutebrowser/tests/unit/completion
Jimmy b192164f2e Don't alphabetically sort tab completion.
`ListCategory` sorts its completion by default, we are already building
the categories in the right order so don't need that.

The test tests the case of where you have 11 tabs and if the model was
sorted the tabs with index 10 and 11 would be sorted before the one with
index 2.

The `random.sample` bit for the tab url and title is to also make sure
the model isn't being sorted on those columns, whithout haveng to write
and all ten lines.
2018-08-19 16:42:36 +12:00
..
test_completer.py Remove the deprecated :tab-detach 2018-06-09 21:25:09 +02: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 Resolve empty completion.timestamp_format crash. 2018-03-01 07:54:20 -05:00
test_listcategory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_models.py Don't alphabetically sort tab completion. 2018-08-19 16:42:36 +12:00