فهرست منبع

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: