diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 06:30:04 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 06:30:04 -0500 |
commit | e48988fa3c36aa193de98c56f11fcf98a62c443e (patch) | |
tree | bf0046f40583b1b26edc20c86cd33a21febf485f /tests/test_parser.py | |
parent | c26c44d5d296170614f52043f26ca29c61bbc54f (diff) | |
download | python-coveragepy-e48988fa3c36aa193de98c56f11fcf98a62c443e.tar.gz |
More-precise no-coverage pragmas
Diffstat (limited to 'tests/test_parser.py')
-rw-r--r-- | tests/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.py b/tests/test_parser.py index 0053e93..aa96b59 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -243,7 +243,7 @@ class ParserMissingArcDescriptionTest(CoverageTest): def test_missing_arc_descriptions_for_small_callables(self): # We use 2.7 features here, so just skip this test on 2.6 if env.PYVERSION < (2, 7): - self.skipTest("No dict or set comps in 2.6") # pragma: not covered + self.skipTest("No dict or set comps in 2.6") parser = self.parse_text(u"""\ callables = [ |