MCPcopy Index your code
hub / github.com/nodejs/node / IgnoreLine

Method IgnoreLine

test/message/testcfg.py:49–52  ·  view source on GitHub ↗

Ignore empty lines and valgrind output.

(self, str)

Source from the content-addressed store, hash-verified

47 self.parallel = True
48
49 def IgnoreLine(self, str):
50 """Ignore empty lines and valgrind output."""
51 if not str.strip(): return True
52 else: return str.startswith('==') or str.startswith('**')
53
54 def IsFailureOutput(self, output):
55 f = open(self.expected)

Callers 1

IsFailureOutputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected