qutebrowser/tests/unit
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
..
browser Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
commands Merge different FakeTabbedBrowser objects 2017-06-20 15:19:53 +02:00
completion Expand history completion results if on last index. 2017-07-26 07:46:12 -04:00
config Release v0.11.0 2017-07-04 18:02:34 +02:00
javascript Finally update copyrights... 2017-05-09 21:37:03 +02:00
keyinput tests: Use match= for pytest.raises 2017-05-23 09:36:00 +02:00
mainwindow Improve test for messageview timeout 2017-07-11 09:25:53 +02:00
misc Fix tests for QProcess changes 2017-07-23 22:10:50 +02:00
scripts Finally update copyrights... 2017-05-09 21:37:03 +02:00
utils Merge pull request #2295 from rcorre/really_complete 2017-07-21 15:05:43 +02:00
test_app.py Finally update copyrights... 2017-05-09 21:37:03 +02:00