qutebrowser/tests
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
..
end2end Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
helpers Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
conftest.py Replace OS X with macOS 2017-07-08 11:12:43 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00