qutebrowser/tests
Ryan Roden-Corrent 808a645b40 Fix quick-complete highlighting quirk.
When the commandline reads ':open |', quick-completing the only offered
completion will set the commandline to ':open some_url |'. Since `open`
has `maxsplit=0`, everything after ':open' is (correctly) treated as
one argument. This means completion is opened again with 'some url '
as the pattern (note trailing whitespace), which makes the comletion
menu 'flicker' and stay open even though it was 'supposed' to quick
compelte.

This is fixed by ignoring the next completion request if we just
completed something after maxsplit (because we don't expect any more
completions after the last split).

Resolves #1519.
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 Fix quick-complete highlighting quirk. 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