qutebrowser/tests/unit/completion
Ryan Roden-Corrent 5ea420b49b Fix startup crashes after config merge.
Get qutebrowser to the point where it can at least start

- Declare _messages earlier in MessageView.__init__ so it is set before
  the config trigger tries to access it.
- Remove unused configmodel completion functions
- Move bind completion to configmodel to avoid a circular import with
  the config module
- Fix some config accesses (forgot to use .val)
- Fix old Completion.CompletionKind references
2017-08-09 07:28:22 -04:00
..
test_completer.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
test_completionmodel.py Fix completion-item-del on undeletable item. 2017-07-22 17:16:35 -04:00
test_completionwidget.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
test_histcategory.py Fix fetch/delete sql category bug. 2017-07-28 09:07:30 -04:00
test_listcategory.py Fix unused imports and removeRow override. 2017-07-23 17:30:09 -04:00
test_models.py Fix startup crashes after config merge. 2017-08-09 07:28:22 -04:00