qutebrowser/tests/unit/completion
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
..
test_column_widths.py tests: Clean up test_column_widths 2016-08-20 22:08:07 +02:00
test_completer.py Pass string, not index from on_selection_changed. 2016-09-14 22:55:07 -04:00
test_completionwidget.py Add blank line 2016-09-01 07:09:06 +02:00
test_models.py Merge branch 'complete-hidden-commands' of https://github.com/rcorre/qutebrowser into rcorre-complete-hidden-commands 2016-08-10 15:38:46 +02:00
test_sortfilter.py *Really* fix completion with multiple words. 2016-09-09 09:03:18 +02:00