summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-12 19:39:28 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-12 19:39:28 +0100
commit2a7e053495b35c6003034c63230a92b03f6d007a (patch)
tree5deadfb7058134d5c5661c0d96cf53b9aaf044f0
parent903e5e294301d8551c06e6f918b726a20a1d391c (diff)
downloadqutebrowser-2a7e053495b35c6003034c63230a92b03f6d007a.tar.gz
qutebrowser-2a7e053495b35c6003034c63230a92b03f6d007a.zip
Fix lint
-rw-r--r--tests/end2end/fixtures/quteprocess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index ef8847844..90d7f9647 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -928,6 +928,7 @@ class QuteProc(testprocess.Process):
# Using assert again for pytest introspection
assert probed_color == probe_color, "Color probing failed, values on last try:"
+ raise utils.Unreachable()
def press_keys(self, keys):
"""Press the given keys using :fake-key."""