qutebrowser/tests
Florian Bruhin 9fb794656b Make it possible to force a history rebuild
This adds a new CompletionMetaInfo table which is a simple key/value store.

Thanks to Python/sqlite duck typing, we can use that to store values of any
type, even new ones in the future.

Currently, the only allowed key is force_rebuild, which forces a rebuild of the
CompletionHistory table. This will be needed for a future change.
2018-09-01 18:25:58 +02:00
..
end2end Re-add :stop test in misc.feature 2018-08-28 22:56:50 +02:00
helpers Remove more useless-return suppressions 2018-08-19 10:53:01 +02:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Make it possible to force a history rebuild 2018-09-01 18:25:58 +02:00
conftest.py Turn off hypothesis deadline if on CI 2018-07-22 10:13:06 +02:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00