summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-27 13:50:57 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-27 13:50:57 +0100
commitb0c812b239e000da384c04f716e8ec9f38ad870a (patch)
tree6801826668f991d7f334d9f69b8a9c9a42c7223f /tests
parent7a00526a748bd9d7e348c0e79bd11d3953213bc7 (diff)
downloadqutebrowser-b0c812b239e000da384c04f716e8ec9f38ad870a.tar.gz
qutebrowser-b0c812b239e000da384c04f716e8ec9f38ad870a.zip
tests: Make sure testprocess actually quits
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/fixtures/testprocess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/fixtures/testprocess.py b/tests/end2end/fixtures/testprocess.py
index 08a836bf7..75bab0bf3 100644
--- a/tests/end2end/fixtures/testprocess.py
+++ b/tests/end2end/fixtures/testprocess.py
@@ -515,3 +515,4 @@ class Process(QObject):
self.exit_expected = True
with self._wait_signal(self.proc.finished, timeout=15000):
pass
+ assert not self.is_running()