qutebrowser/tests/unit/completion
Ryan Roden-Corrent 23716f1212 Hide quickmark/bookmark completion if empty.
If there are no quickmarks/bookmarks, hide the entire category in url
completion. Note that this only hides the category if
quickmarks/bookmarks is empty to begin with. An empty category is still
shown if the completion pattern filters out all items in that category.

See #960.
2017-11-12 22:28:49 -05:00
..
test_completer.py Change test to avoid calling private functions 2017-11-02 19:42:33 +01:00
test_completionmodel.py Use .assert_not_called() for mocks 2017-09-22 19:58:38 +02:00
test_completionwidget.py Implement completion-item-yank. 2017-11-05 11:07:38 -05:00
test_histcategory.py Don't check date string in test_histcategory. 2017-11-02 22:10:00 -04:00
test_listcategory.py Ensure completions are sorted after filtering. 2017-11-02 22:10:00 -04:00
test_models.py Hide quickmark/bookmark completion if empty. 2017-11-12 22:28:49 -05:00