qutebrowser/tests/end2end
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
..
data Set an initial window size for background tabs 2017-06-11 17:48:01 +02:00
features Clean up sql implementation. 2017-06-19 07:44:11 -04:00
fixtures Set an initial window size for background tabs 2017-06-11 17:48:01 +02:00
conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_dirbrowser.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
test_hints_html.py Reorganize pylint config 2017-05-17 20:20:12 +02:00
test_insert_mode.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_invocations.py Improve test_version output 2017-06-19 09:06:18 +02:00
test_mhtml_e2e.py Finally update copyrights... 2017-05-09 21:37:03 +02:00