Explorar o código

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

Sander Mathijs van Veen %!s(int64=14) %!d(string=hai) anos
pai
achega
c6d1f38e9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: