Эх сурвалжийг харах

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

Sander Mathijs van Veen 14 жил өмнө
parent
commit
c6d1f38e9b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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: