summaryrefslogtreecommitdiff
path: root/tests/commands/thread_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands/thread_test.py')
-rw-r--r--tests/commands/thread_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/commands/thread_test.py b/tests/commands/thread_test.py
index bb8514d6..704039c1 100644
--- a/tests/commands/thread_test.py
+++ b/tests/commands/thread_test.py
@@ -10,6 +10,13 @@ import unittest
from alot.commands import thread
+# Good descriptive test names often don't fit PEP8, which is meant to cover
+# functions meant to be called by humans.
+# pylint: disable=invalid-name
+
+# These are tests, don't worry about names like "foo" and "bar"
+# pylint: disable=blacklisted-name
+
class Test_ensure_unique_address(unittest.TestCase):