qutebrowser/tests/unit
Ryan Roden-Corrent a9771007b1 Pass string, not index from on_selection_changed.
Simplify the CompletionWidget/Completer interface by changing
on_selection_changed to pass the newly selected text rather than the
index of the newly selected item.
This moves the logic from Completer to CompletionWidget but simplifies
the interaction between the two and makes testing easier.
2016-09-14 22:55:07 -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 Pass string, not index from on_selection_changed. 2016-09-14 22:55:07 -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