qutebrowser/tests/unit/completion
Ryan Roden-Corrent 6e2d78b826 Don't crash on tab with no completions.
first_item and last_item return an invalid index when there are no
items in the completion, and the completionwidget will throw on an
invalid index. However, setting an invalid index on the selection view
is fine, so just remove the assertion.

Resolves #1731.
2016-08-01 22:16:55 -04:00
..
test_column_widths.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_completer.py Remove second arg from on_selection_changed. 2016-07-29 08:48:24 -04:00
test_completionwidget.py Don't crash on tab with no completions. 2016-08-01 22:16:55 -04:00
test_models.py Fix long line 2016-07-29 10:43:53 +02:00
test_sortfilter.py Clean up assertion 2016-05-08 20:01:35 +02:00