Parcourir la source

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

Sander Mathijs van Veen il y a 14 ans
Parent
commit
c6d1f38e9b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/parser.py

+ 1 - 1
tests/parser.py

@@ -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: