summaryrefslogtreecommitdiff
path: root/test/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
commited554fe8552d3810252d485dd7ae4d4302822681 (patch)
treea3fb7b881af24c0896af1fd460478ff43cf0c6f7 /test/test_cmdline.py
parent6829e486d30a0d4174777a6f5649c68e47ba073e (diff)
downloadpython-coveragepy-ed554fe8552d3810252d485dd7ae4d4302822681.tar.gz
Pylint 0.23.0 'deprecated' disable-msg.
Diffstat (limited to 'test/test_cmdline.py')
-rw-r--r--test/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index aa72b34..a9858d5 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -372,7 +372,7 @@ class FakeCoverageForDebugData(object):
"""Fake coverage().data.has_arcs()"""
return False
- def summary(self, fullpath): # pylint: disable-msg=W0613
+ def summary(self, fullpath): # pylint: disable=W0613
"""Fake coverage().data.summary()"""
return self._summary