qutebrowser/tests
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
..
end2end Handle nitpicks 2018-08-13 07:50:54 +02:00
helpers Fix pylint 2.0 useless-return cases 2018-07-16 14:33:11 +02:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Don't alphabetically sort tab completion. 2018-08-19 16:42:36 +12:00
conftest.py Turn off hypothesis deadline if on CI 2018-07-22 10:13:06 +02:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00