qutebrowser/tests/unit
Florian Bruhin 71a89bd418 *Really* fix completion with multiple words.
Turns out re.escape also escapes spaces, so we'd need to replace '(\\ )'
groups after escaping. At this point it's easier to just combine spaces
before escaping the pattern.

Fixes #1934.
Supersedes #1935.
2016-09-09 09:03:18 +02:00
..
browser Fix adblock tests 2016-09-07 18:53:11 +02:00
commands Improve cmdutils tests 2016-08-25 22:16:25 +02:00
completion *Really* fix completion with multiple words. 2016-09-09 09:03:18 +02:00
config Update CHANGED_KEY_COMMANDS and test_migrations for sk-keybinding. 2016-09-01 21:05:44 +03: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 Fix lint 2016-09-06 17:00:25 +02:00
scripts Add a test to make sure check_coverage files exist 2016-09-07 11:37:21 +02:00
utils Merge branch 'pytest30' 2016-08-23 09:03:24 +02:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00