Added coverage 'exclude' markers to tests/parser.py.

parent 2ad7b226
......@@ -32,7 +32,7 @@ class ParserWrapper(object):
buf += self.input_buffer[self.input_position]
if self.verbose:
print 'read:', buf
print 'read:', buf # pragma: nocover
self.input_position += 1
except IndexError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment