qutebrowser/tests
Ryan Roden-Corrent 32fa1ff1e9 Expand history completion results if on last index.
When tabbing to the last index of history completion, call expandAll
which will call fetchMore to retrieve more query results, if available.

Calling fetchMore directly will not update the view, and for some
reason self.expand(idx.parent()) and
self.expand(self.model().index(idx.row(), 0)) did not work, so I'm using
expandAll.

Fixes #2841.
2017-07-26 07:46:12 -04:00
..
end2end Fix tests for QProcess changes 2017-07-23 22:10:50 +02:00
helpers Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
manual Replace all GitHub links 2017-02-05 00:13:11 +01:00
unit Expand history completion results if on last index. 2017-07-26 07:46:12 -04:00
conftest.py Replace OS X with macOS 2017-07-08 11:12:43 +02:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00