Преглед изворни кода

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

Sander Mathijs van Veen пре 14 година
родитељ
комит
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: