qutebrowser/tests/unit
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
..
browser Make it possible to force a history rebuild 2018-09-01 18:25:58 +02:00
commands Wait until runner is finished in test_custom_env 2018-03-19 11:43:08 +01:00
completion Don't alphabetically sort tab completion. 2018-08-19 16:42:36 +12:00
config Add missing yaml_value fixture 2018-08-06 19:57:38 +02:00
javascript Fix lint 2018-06-09 23:00:57 +02:00
keyinput Recognize "Command"/"Cmd" in keybindings 2018-08-28 18:57:47 +02:00
mainwindow Add basic tests for tab width sizing 2018-03-22 14:27:33 -04:00
misc Fix lineparser tests 2018-08-07 17:53:26 +02:00
scripts Update copyright years 2018-02-05 12:19:50 +01:00
utils changing the texts of the errors 2018-08-10 20:49:20 +02:00
test_app.py Update copyright years 2018-02-05 12:19:50 +01:00