qutebrowser/tests
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
..
end2end Fix crash when opening http://foo%40bar@baz 2016-08-01 17:18:14 +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 Don't crash on tab with no completions. 2016-08-01 22:16:55 -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