tests: Request mode_manager in fake_web_tab

Since we create a HintManager in AbstractTab now, we need a ModeManager
present to use FakeWebTab.
This commit is contained in:
Florian Bruhin 2016-08-11 16:46:05 +02:00
parent f9db6b1d3d
commit b1227391c5

View File

@ -126,7 +126,7 @@ def tab_registry(win_registry):
@pytest.fixture @pytest.fixture
def fake_web_tab(stubs, tab_registry, qapp): def fake_web_tab(stubs, tab_registry, mode_manager, qapp):
"""Fixture providing the FakeWebTab *class*.""" """Fixture providing the FakeWebTab *class*."""
if PYQT_VERSION < 0x050600: if PYQT_VERSION < 0x050600:
pytest.skip('Causes segfaults, see #1638') pytest.skip('Causes segfaults, see #1638')