From b5444338bac5f6949baee792577b050191eab55d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 19 Aug 2016 13:35:39 +0200 Subject: [PATCH] Fix lint --- tests/end2end/fixtures/test_quteprocess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/test_quteprocess.py b/tests/end2end/fixtures/test_quteprocess.py index 84c88f3d6..80094c588 100644 --- a/tests/end2end/fixtures/test_quteprocess.py +++ b/tests/end2end/fixtures/test_quteprocess.py @@ -49,9 +49,10 @@ class FakeConfig: def getoption(self, name): return self.ARGS[name] + class FakeNode: - """Fake for request.node""" + """Fake for request.node.""" def __init__(self, call): self.rep_call = call