qutebrowser/tests/unit/completion
Ryan Roden-Corrent 565ba23f8c Don't instantiate completion models nedlessly.
For real this time. A mistake on the last commit like this meant models
were still spuriously instantiated.
Now that the completion model is reused, the layoutChanged signal needs
to be forwarded through, otherwise the view will not update.
2017-06-19 07:44:11 -04:00
..
test_completer.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_completionmodel.py Don't instantiate completion models nedlessly. 2017-06-19 07:44:11 -04:00
test_completionwidget.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_listcategory.py Remove CompletionModel.columns_to_filter. 2017-06-19 07:44:11 -04:00
test_models.py Remove 'group by' from url completion query. 2017-06-19 07:44:11 -04:00
test_sqlcategory.py Remove CompletionModel.columns_to_filter. 2017-06-19 07:44:11 -04:00