qutebrowser/tests/helpers
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
..
fixtures.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
logfail.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
messagemock.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
stubs.py Fix startup crashes after config merge. 2017-08-09 07:28:22 -04:00
test_helper_utils.py Add required_keys for configtypes.Dict 2017-07-04 15:08:03 +02:00
test_logfail.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
test_stubs.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils.py More sql code review fixes. 2017-07-08 09:57:32 -04:00