qutebrowser/tests/unit/completion
Ryan Roden-Corrent b61691684e Clear selection when setting completion pattern.
It doesn't make sense to have an active selection while you are
filtering by entering text. You should be in one of two states:

1. Tabbing through completions (valid selection)
2. Entering a filter pattern (invalid selection)

Fixes #2843, where a crash would occur after the following:

1. tab to an item other than the first
2. <backspace>
3. re-type last character
4. <ctrl-d>

This would try to delete an out of range index.
2017-07-22 18:06:16 -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 Clear selection when setting completion pattern. 2017-07-22 18:06:16 -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