qutebrowser/tests/unit/completion
Ryan Roden-Corrent 6420037dd9 Fix histcategory query reuse logic.
I mistakenly checked the length of wheres instead of words. This fixes
that check, renames 'wheres' to 'where_clause' to be clear
that it is a string and not an array, and adds a test.
2017-12-13 08:39:34 -05:00
..
test_completer.py Style improvements 2017-12-03 22:32:17 +01:00
test_completionmodel.py Ensure HistoryCategory works in isolation. 2017-11-27 11:49:32 -05:00
test_completionwidget.py Add flake8-bugbear 2017-11-26 21:50:12 +01:00
test_histcategory.py Fix histcategory query reuse logic. 2017-12-13 08:39:34 -05:00
test_listcategory.py Ensure completions are sorted after filtering. 2017-11-02 22:10:00 -04:00
test_models.py Match url completion terms in any order. 2017-12-11 07:46:50 -05:00