qutebrowser/tests/unit/completion
Ryan Roden-Corrent bc21904fef Fix completion-item-del on undeletable item.
Even though no item was deleted, it was manipulating the completion
model because beginRemoveRows was called before the exception was
raised.

This fixes that problem by moving the removal logic (and delete_func
check) into the parent model, so it can check whether deletion is
possible before calling beginRemoveRows.

Fixes #2839.
2017-07-22 17:16:35 -04:00
..
test_completer.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_completionmodel.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_completionwidget.py SQL code review fixes. 2017-07-12 08:19:31 -04:00
test_histcategory.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_listcategory.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_models.py Use simpler way of preventing History completion 2017-07-21 17:55:47 +02:00