diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:29:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-23 06:29:35 -0500 |
commit | b26cf4981ebc3bdbcec03386b4ee2734f5e9a444 (patch) | |
tree | f037dbb904169d1fa53d0c51961b0ee08b389e8a /tests/test_summary.py | |
parent | f4b9914ab81eca5762b66446afa3fd57f84d5ec5 (diff) | |
download | python-coveragepy-git-b26cf4981ebc3bdbcec03386b4ee2734f5e9a444.tar.gz |
Upgraded pylint to 1.4, removed useless suppressions
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r-- | tests/test_summary.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index ce668f76..c8364ca5 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -201,7 +201,6 @@ class SummaryTest(CoverageTest): self.assertEqual(out, 'x\ny\n') report = self.report_from_command("coverage report --show-missing") - # pylint: disable=C0301 # Name Stmts Miss Branch BrPart Cover Missing # ------------------------------------------------------- # main 1 0 0 0 100% |