From 2e9b5038c6b93f014bc61361c363f09bde599ead Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 18 2017 22:08:19 +0000 Subject: Add appropriate pylint disables for test suite Signed-off-by: Adam Williamson --- diff --git a/test_relvalconsumer.py b/test_relvalconsumer.py index 5f6f88a..e855d57 100644 --- a/test_relvalconsumer.py +++ b/test_relvalconsumer.py @@ -17,6 +17,9 @@ # # Author: Adam Williamson +# these are all kinda inappropriate for pytest patterns +# pylint: disable=old-style-class, no-init, protected-access, no-self-use, unused-argument + import time import mock