qutebrowser/tests
Ryan Roden-Corrent 3bfa01f0d0 Pass CompletionInfo to completion functions.
In python3.4, there is a circular dependency between the config module
and configmodel.bind. This is resolved by dependency injection. The
config/keyconfig instances are embedded in a struct passed to every
completion function, so the functions no longer depend on the modules.

This will also enable completion functions to access other previously
inaccessible info, such as the window id.
See #2814.
2017-09-04 14:01:48 -04:00
..
end2end Merge quteurls.feature into qutescheme.feature. 2017-08-28 07:18:14 -04:00
helpers Fix completion tests after config merge. 2017-08-20 21:12:38 -04:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Pass CompletionInfo to completion functions. 2017-09-04 14:01:48 -04:00
conftest.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00