qutebrowser/tests/unit
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
..
browser Add more variants of fake apple URL to ignored ones 2017-08-01 16:00:53 +02:00
commands Merge different FakeTabbedBrowser objects 2017-06-20 15:19:53 +02:00
completion Don't perform alphabetical sort in listcategory. 2017-08-06 10:00:18 -04:00
config Release v0.11.0 2017-07-04 18:02:34 +02:00
javascript Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyinput tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
mainwindow Improve test for messageview timeout 2017-07-11 09:25:53 +02:00
misc Remove obsolete signals. 2017-07-29 13:09:10 -04:00
scripts Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils Use ctypes instead of PyOpenGL for QtWebEngine Nvidia workaround 2017-07-27 09:22:12 +02:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00