summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkers/unittest_variables.py')
-rw-r--r--tests/checkers/unittest_variables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/checkers/unittest_variables.py b/tests/checkers/unittest_variables.py
index 65ab22f3c..f294630d9 100644
--- a/tests/checkers/unittest_variables.py
+++ b/tests/checkers/unittest_variables.py
@@ -36,7 +36,7 @@ class TestVariablesChecker(CheckerTestCase):
CHECKER_CLASS = variables.VariablesChecker
def test_bitbucket_issue_78(self):
- """ Issue 78 report a false positive for unused-module """
+ """Issue 78 report a false positive for unused-module"""
module = astroid.parse(
"""
from sys import path
@@ -205,7 +205,7 @@ class TestVariablesCheckerWithTearDown(CheckerTestCase):
@set_config(callbacks=("callback_", "_callback"))
def test_custom_callback_string(self):
- """ Test the --calbacks option works. """
+ """Test the --calbacks option works."""
node = astroid.extract_node(
"""
def callback_one(abc):