qutebrowser/tests
Luca Benci 249164eb9b Fix test_quickcomplete_flicker
The test needed to be fixed because of how the completer behaviour
changed.

Before:
completer always scheduled a completion update on selection changed,
but the updates themselves were ignored if not needed.

Now:
completer only schedules completion updates when actually needed, but
never ignores a completion update.

So, before it was correct to check whether `set_model` was called, now
we must check if the completion was actually scheduled. This can be
done by checking the parameters with which `_change_completed_part`
is called, since a completion is scheduled only when `immediate=True`
2017-10-27 22:25:41 +02:00
..
end2end Fix wrong 'When' in bdd file 2017-10-26 09:47:02 +02:00
helpers modified pylint pragmas 2017-10-22 23:52:35 +05:30
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Fix test_quickcomplete_flicker 2017-10-27 22:25:41 +02:00
conftest.py modified as requested 2017-10-23 01:46:02 +05:30
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00