diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 07:30:07 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 07:30:07 -0500 |
| commit | 737f8ffa024563fb8315f94cdf1484aa7bdb6eaa (patch) | |
| tree | 4f509ac85244bdb4b251b1134257e0eadb020f62 /tests/test_cmdline.py | |
| parent | df5b3c800fdf4a2eef373196b1f0a166279a3566 (diff) | |
| parent | d0a872c92e0e8c6ebb9530c2b61f2b9582612fb4 (diff) | |
| download | python-coveragepy-737f8ffa024563fb8315f94cdf1484aa7bdb6eaa.tar.gz | |
Merged pull request 43: --skip-covered
Diffstat (limited to 'tests/test_cmdline.py')
| -rw-r--r-- | tests/test_cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index 80a82d9..b7ab81e 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 |
