qutebrowser/tests
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
..
end2end Yet another flaky test... 2016-09-12 22:49:55 +02:00
helpers Fix long line 2016-09-12 20:41:51 +02:00
manual Add a manual test file for uploading files 2016-09-07 13:40:05 +02:00
unit Don't crash Completer on unknown command. 2016-09-12 22:19:44 -04:00
conftest.py Make pylint shut up 2016-09-05 16:54:31 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00