qutebrowser/tests/unit
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
..
browser Fix <input /> test in test_webelem 2016-08-01 16:28:54 +02:00
commands Handle empty command in CommandRunner.parse_all 2016-07-27 11:19:01 +02:00
completion Don't crash on tab with no completions. 2016-08-01 22:16:55 -04:00
config Fix ;o/;O default bindings 2016-08-01 18:19:34 +02:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput tests: Add a mode_manager fixture 2016-07-10 17:04:25 +02:00
mainwindow Fix url_text, take 3 2016-07-11 15:06:36 +02:00
misc Dedupe code in test_readline. 2016-07-30 22:00:12 -04:00
scripts requirements: Update vulture to 0.9 2016-06-29 23:44:39 +02:00
utils Use order='strict' with qtbot.waitSignals 2016-07-29 09:12:06 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00