qutebrowser/tests/unit/completion
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
..
test_column_widths.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_completer.py Move completion_item_{next,prev} to CompletionView. 2016-07-28 12:20:24 -04:00
test_completionwidget.py Move completion_item_{next,prev} to CompletionView. 2016-07-28 12:20:24 -04:00
test_models.py Use a fixture for FakeWebTab 2016-07-10 16:57:02 +02:00
test_sortfilter.py Clean up assertion 2016-05-08 20:01:35 +02:00