qutebrowser/tests/unit
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
..
browser CVE-2018-10895: Fix CSRF issues with qute://settings/set URL 2018-07-11 17:05:23 +02:00
commands Wait until runner is finished in test_custom_env 2018-03-19 11:43:08 +01:00
completion Don't alphabetically sort tab completion. 2018-08-19 16:42:36 +12:00
config Add missing yaml_value fixture 2018-08-06 19:57:38 +02:00
javascript Fix lint 2018-06-09 23:00:57 +02:00
keyinput Support new dead keys added in Qt 5.11 properly 2018-07-02 22:32:59 +02:00
mainwindow Add basic tests for tab width sizing 2018-03-22 14:27:33 -04:00
misc Fix lineparser tests 2018-08-07 17:53:26 +02:00
scripts Update copyright years 2018-02-05 12:19:50 +01:00
utils changing the texts of the errors 2018-08-10 20:49:20 +02:00
test_app.py Update copyright years 2018-02-05 12:19:50 +01:00