qutebrowser/tests
Ryan Roden-Corrent f31e890862 Move completion_item_{next,prev} to CompletionView.
These commands are more closely tied to the CompletionView than
Completer. This removes the need for an extra signal tying the
CompletionView to the Completer.

The call to _open_completion_if_needed was moved to
on_selection_changed, as this will already be called when a new item is
selected.
2016-07-28 12:20:24 -04:00
..
end2end Also pass -bb to python for end2end tests 2016-07-28 07:19:59 +02:00
helpers Don't use objreg to get CompletionView. 2016-07-28 12:20:24 -04:00
manual Improve manual history test 2016-06-10 14:41:08 +02:00
unit Move completion_item_{next,prev} to CompletionView. 2016-07-28 12:20:24 -04:00
conftest.py tests: Use pytest-warnings to handle warnings 2016-07-27 18:28:08 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00