qutebrowser/tests/unit
Ryan Roden-Corrent de5be0dc5a Store history in an on-disk sqlite database.
Instead of reading sqlite history from a file and storing it in an in-memory
database, just directly use an on-disk database. This resolves #755, where
history entries don't pop in to the completion menu immediately as they are
still being read asynchronously for a few seconds after the browser starts.
2017-06-19 07:44:11 -04:00
..
browser Store history in an on-disk sqlite database. 2017-06-19 07:44:11 -04:00
commands Fix raw string prefix 2017-05-23 10:09:06 +02:00
completion Test deleting a history entry from completion. 2017-06-19 07:44:11 -04:00
config Get rid of configtypes.WebKitBytes 2017-06-06 16:17:44 +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 tests: Use pytest.param 2017-05-23 08:08:46 +02:00
misc Store history in an on-disk sqlite database. 2017-06-19 07:44:11 -04:00
scripts Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils Report sqlite version with --version. 2017-06-19 07:44:11 -04:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00