summaryrefslogtreecommitdiff
path: root/test/test_summary.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-05 07:04:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-05 07:04:43 -0500
commitaffe72ec6e86d288fbaa605ec98610719556dd42 (patch)
treeeb7474377a403fd87f25b5a32763b6f1e4913eac /test/test_summary.py
parentdcf168545a75fde41888ad5a9e6d5a4b953bc2f3 (diff)
downloadpython-coveragepy-git-affe72ec6e86d288fbaa605ec98610719556dd42.tar.gz
The only good pylint is a quiet pylint
Diffstat (limited to 'test/test_summary.py')
-rw-r--r--test/test_summary.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_summary.py b/test/test_summary.py
index 08f7fa9e..fd5c1b66 100644
--- a/test/test_summary.py
+++ b/test/test_summary.py
@@ -135,6 +135,7 @@ class SummaryTest(CoverageTest):
self.make_file("mycode.py", "This isn't python at all!")
report = self.report_from_command("coverage -r mycode.py")
+ # pylint: disable=C0301
# Name Stmts Miss Cover
# ----------------------------
# mycode NotPython: Couldn't parse '/tmp/test_cover/63354509363/mycode.py' as Python source: 'invalid syntax' at line 1