qutebrowser/tests/unit/completion
Ryan Roden-Corrent b70d5ba901 Use QSqlQueryModel instead of QSqlTableModel.
This allows setting the query as a QSqlQuery instead of a string, which allows:

- Escaping quotes
- Using LIMIT (needed for history-max-items)
- Using ORDER BY (needed for sorting history)
- SELECTing columns (needed for quickmark completion)
- Creating a custom select (needed for history timestamp formatting)
2017-06-19 07:42:12 -04:00
..
test_completer.py Simplify sorting logic in sortfilter. 2017-06-19 07:42:12 -04:00
test_completionwidget.py Unittest CompletionView.completion_item_del. 2017-06-19 07:42:12 -04:00
test_models.py Use SQL completer for quickmarks/bookmarks. 2017-06-19 07:42:12 -04:00
test_sortfilter.py Fix up pylint/flake8 for completion revamp. 2017-06-19 07:42:12 -04:00
test_sqlmodel.py Use QSqlQueryModel instead of QSqlTableModel. 2017-06-19 07:42:12 -04:00