diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-02 16:28:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-02 16:28:02 -0500 |
commit | 705345c15ae80e8b37ad3e21c0411a14cf6a0f78 (patch) | |
tree | af815ffa147312d7eab498f247d4626f211ecac4 /tests/test_parser.py | |
parent | 255afeb3314da3ad388ac7a3330dd3f94eae0d99 (diff) | |
parent | aa84ff5b92fd148314cb6119bcc63db53a656b93 (diff) | |
download | python-coveragepy-705345c15ae80e8b37ad3e21c0411a14cf6a0f78.tar.gz |
Merge in the default branch
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 e6f2873..c32fdc4 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -81,7 +81,7 @@ class PythonParserTest(CoverageTest): def __init__(self): pass - if 0: # nocover + if len([]): # nocover class Bar: pass """) |