From 1e0f97b64d78f2a81449270e9f7155945d4d73ce Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Sep 2016 21:32:45 +0200 Subject: [PATCH] pylint: Disable invalid-name in helpers/fixtures --- tests/helpers/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers/fixtures.py b/tests/helpers/fixtures.py index e6d23ef3a..0db94add2 100644 --- a/tests/helpers/fixtures.py +++ b/tests/helpers/fixtures.py @@ -17,6 +17,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . +# pylint: disable=invalid-name """pytest fixtures used by the whole testsuite.