summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-10-16 16:26:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-10-16 16:41:45 +0200
commit77e8eb270efee8602b91086615161ebaef2b31bc (patch)
tree85a21a0ed6c5d2298e43cc83d172033b84602212 /tests/conftest.py
parent72c6472b9a4e652468969a4c4c82359d23911a3d (diff)
downloadqutebrowser-77e8eb270efee8602b91086615161ebaef2b31bc.tar.gz
qutebrowser-77e8eb270efee8602b91086615161ebaef2b31bc.zip
Get rid of GlobalMessageBridge
After f16b96aa28fc68c0b9caf15241067e51797dd604, the per-window MessageBridge wasn't really needed anymore - only for the statusbar's set_text method, which we can just call directly as well.
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index d4d06c6bc..ef169be4f 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -34,7 +34,7 @@ pytest.register_assert_rewrite('helpers')
from helpers import logfail
from helpers.logfail import fail_on_logging
-from helpers.messagemock import message_mock, message_bridge
+from helpers.messagemock import message_mock
from helpers.fixtures import * # noqa: F403
from helpers import utils as testutils
from qutebrowser.utils import qtutils, standarddir, usertypes, utils, version