summaryrefslogtreecommitdiff
path: root/tests/helpers/fixtures.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-10-13 16:16:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-10-13 18:38:07 +0200
commitecac1409badc1142501d2dc007208f669fe7299c (patch)
tree4d18d7e44a4852ad337697d397d49c761f6e0b61 /tests/helpers/fixtures.py
parent8dee5b3331dd4bcd47ae58883b079fb0a777a98c (diff)
downloadqutebrowser-ecac1409badc1142501d2dc007208f669fe7299c.tar.gz
qutebrowser-ecac1409badc1142501d2dc007208f669fe7299c.zip
Remove 'app' from objreg
See #640
Diffstat (limited to 'tests/helpers/fixtures.py')
-rw-r--r--tests/helpers/fixtures.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py
index d1c822886..0852da932 100644
--- a/tests/helpers/fixtures.py
+++ b/tests/helpers/fixtures.py
@@ -371,15 +371,6 @@ def tabbed_browser_stubs(qapp, stubs, win_registry):
@pytest.fixture
-def app_stub(stubs):
- """Fixture which provides a fake app object."""
- stub = stubs.ApplicationStub()
- objreg.register('app', stub)
- yield stub
- objreg.delete('app')
-
-
-@pytest.fixture
def status_command_stub(stubs, qtbot, win_registry):
"""Fixture which provides a fake status-command object."""
cmd = stubs.StatusBarCommandStub()