qutebrowser/tests/unit/completion
Ryan Roden-Corrent f95dff4d9e Decouple categories from completionmodel.
Instead of add_list and add_sqltable, the completion model now supports
add_category, and callees either pass in a SqlCategory or ListCategory. This
makes unit testing much easier.

This also folds CompletionFilterModel into the ListCategory class.
2017-06-19 07:44:11 -04:00
..
test_completer.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
test_completionmodel.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
test_completionwidget.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
test_listcategory.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
test_models.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00
test_sqlcateogry.py Decouple categories from completionmodel. 2017-06-19 07:44:11 -04:00