summaryrefslogtreecommitdiff
path: root/tests/test_templite.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-23 07:30:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-23 07:30:07 -0500
commit737f8ffa024563fb8315f94cdf1484aa7bdb6eaa (patch)
tree4f509ac85244bdb4b251b1134257e0eadb020f62 /tests/test_templite.py
parentdf5b3c800fdf4a2eef373196b1f0a166279a3566 (diff)
parentd0a872c92e0e8c6ebb9530c2b61f2b9582612fb4 (diff)
downloadpython-coveragepy-737f8ffa024563fb8315f94cdf1484aa7bdb6eaa.tar.gz
Merged pull request 43: --skip-covered
Diffstat (limited to 'tests/test_templite.py')
-rw-r--r--tests/test_templite.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_templite.py b/tests/test_templite.py
index aa697b7..b3e21e7 100644
--- a/tests/test_templite.py
+++ b/tests/test_templite.py
@@ -4,9 +4,7 @@ import re
from coverage.templite import Templite, TempliteSyntaxError
from tests.coveragetest import CoverageTest
-# pylint: disable=W0612,E1101
-# Disable W0612 (Unused variable) and
-# E1101 (Instance of 'foo' has no 'bar' member)
+# pylint: disable=unused-variable
class AnyOldObject(object):
"""Simple testing object.