Add missing qapp fixture
This commit is contained in:
parent
f533e3b751
commit
4ed60efa80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user