qutebrowser/tests/unit
Florian Bruhin 6660297871 Fix new completion with web-history-max-items set to 0
We get no last_atime limit at all otherwise:

qutebrowser.misc.sql.SqlException: Failed to prepare query "SELECT url, title,
strftime('%Y-%m-%d', last_atime, 'unixepoch', 'localtime') FROM
CompletionHistory WHERE (url LIKE :pat escape '\' or title LIKE :pat escape '\')
AND last_atime >= ORDER BY last_atime DESC": "near "ORDER": syntax error Unable
to execute statement"
2017-07-21 17:11:38 +02:00
..
browser Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
commands Merge different FakeTabbedBrowser objects 2017-06-20 15:19:53 +02:00
completion Fix new completion with web-history-max-items set to 0 2017-07-21 17:11:38 +02:00
config Release v0.11.0 2017-07-04 18:02:34 +02:00
javascript Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyinput tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
mainwindow Improve test for messageview timeout 2017-07-11 09:25:53 +02:00
misc Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
scripts Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00