summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-23 06:43:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-23 06:43:15 -0500
commit622742746327abccd848d40583c9d7bc8bcb096c (patch)
treea1419e5f0df1bf266abca7728d0376e2fae8afcb /tests/test_cmdline.py
parentb26cf4981ebc3bdbcec03386b4ee2734f5e9a444 (diff)
downloadpython-coveragepy-git-622742746327abccd848d40583c9d7bc8bcb096c.tar.gz
Change all pylint message codes to message names
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 695c3bec..a2ec5c0a 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -153,7 +153,7 @@ class FakeCoverageForDebugData(object):
"""Fake coverage().data.has_arcs()"""
return False
- def summary(self, fullpath): # pylint: disable=W0613
+ def summary(self, fullpath): # pylint: disable=unused-argument
"""Fake coverage().data.summary()"""
return self._summary