qutebrowser/tests/end2end
Ryan Roden-Corrent eb61269068 Fix qute://history javascript for SQL.
Returning "next" was no longer possible as the SQL query does not fetch
more items than necessary. This is solved by using a start time, a
limit, and an offset. The offset is needed to prevent fetching duplicate
items if multiple entries have the same timestamp.

Two of the history tests that relied on qute://history were changed to
rely on qute://history/data instead to make them less failure-prone.
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 Fix qute://history javascript for SQL. 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