qutebrowser/tests/unit
Ryan Roden-Corrent b867b87955 Don't crash Completer on unknown command.
The CommandRunner's fallback parsing behavior treated whitespace
differently than the normal flow. When a user entered an unknown
command, trailing whitespace would be stripped and the cmdline length
would be less than the cursor position.

This is fixed by making the fallback use the ShellLexer just as the
'normal' parsing does.
2016-09-12 22:19:44 -04:00
..
browser Also redirect $HOME for QtWebEngine tests 2016-09-12 19:55:31 +02:00
commands Improve cmdutils tests 2016-08-25 22:16:25 +02:00
completion Don't crash Completer on unknown command. 2016-09-12 22:19:44 -04:00
config Remove :prompt-yes and :prompt-no 2016-09-09 15:59:00 +02:00
javascript Make unittests work without QtWebKit 2016-09-05 18:45:50 +02:00
keyinput tests: Use pytest.fixture instead of yield_fixture 2016-08-22 07:40:24 +02:00
mainwindow tests: Use pytest.fixture instead of yield_fixture 2016-08-22 07:40:24 +02:00
misc Move short_tmpdir fixture to conftest.py 2016-09-09 18:46:51 +02:00
scripts Add a test to make sure check_coverage files exist 2016-09-07 11:37:21 +02:00
utils Fix lint 2016-09-09 17:56:58 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00