Add missing qapp fixture

This commit is contained in:
Florian Bruhin 2017-10-03 07:35:07 +02:00
parent f533e3b751
commit 4ed60efa80

View File

@ -37,7 +37,7 @@ class TestSet:
"""Tests for :set."""
@pytest.fixture
def tabbed_browser(self, stubs, win_registry):
def tabbed_browser(self, qapp, stubs, win_registry):
tb = stubs.TabbedBrowserStub()
objreg.register('tabbed-browser', tb, scope='window', window=0)
yield tb