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
commit67749e288dbb41ac63ab257f1be54856ecf279db (patch)
tree31caae73b86014106556931fe55b1ac78a557988 /test/test_cmdline.py
parentd85af798072dbec82fabdf2eee56e0b2dcd805c1 (diff)
downloadpython-coveragepy-git-67749e288dbb41ac63ab257f1be54856ecf279db.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 aa72b340..a9858d51 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