qutebrowser/tests
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
..
end2end Clean up sql implementation. 2017-06-19 07:44:11 -04:00
helpers Store history in an on-disk sqlite database. 2017-06-19 07:44:11 -04:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Clean up sql implementation. 2017-06-19 07:44:11 -04:00
conftest.py Install PyQt from PyPI for pylint 2017-05-17 19:08:59 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00