summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/quteprocess.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
commit26d308d95d54abf68207d00002c0c1cd3d142ba4 (patch)
treed98cd827e2150b32cc4c5d4ddcad4ccae4e801c7 /tests/end2end/fixtures/quteprocess.py
parent4435ef928796fa744be5452924a103bb2e58ee8e (diff)
downloadqutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.tar.gz
qutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.zip
pylint: Enable docparams checker
Diffstat (limited to 'tests/end2end/fixtures/quteprocess.py')
-rw-r--r--tests/end2end/fixtures/quteprocess.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index e165ce5cf..14f34b52c 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -909,8 +909,8 @@ class QuteProc(testprocess.Process):
"""Get a screenshot of the current page.
Arguments:
- probe: If given, only continue if the pixel at the given position isn't
- black (or whatever is specified by probe_color).
+ probe_pos: If given, only continue if the pixel at the given
+ position isn't black (or whatever is specified by probe_color).
"""
for _ in range(5):
tmp_path = self.request.getfixturevalue('tmp_path')