qutebrowser/tests/unit/completion
Ryan Roden-Corrent 8ff45331df Clean up sql implementation.
Now that sql is only used for history (not quickmarks/bookmarks) a number of
functions are no longer needed. In addition, primary key support was removed as
we actually need to support multiple entries for the same url with different
access times. The completion model will have to handle this by selecting
something like (url, title, max(atime)).

This also fixes up a number of tests that were broken with the last few
sql-related commits.
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 Fix pylint/flake8 errors 2017-06-19 07:44:11 -04:00
test_completionwidget.py Fix pylint/flake8 errors 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 Clean up sql implementation. 2017-06-19 07:44:11 -04:00
test_sqlcategory.py Clean up sql implementation. 2017-06-19 07:44:11 -04:00