MCPcopy
hub / github.com/pytest-dev/pytest / line

Method line

testing/conftest.py:117–118  ·  view source on GitHub ↗
(self, line, **kw)

Source from the content-addressed store, hash-verified

115 self.line(indent + line)
116
117 def line(self, line, **kw):
118 self.lines.append(line)
119
120 def markup(self, text, **kw):
121 return text

Callers 5

_write_sourceMethod · 0.95
test_lineMethod · 0.45
test_line_unicodeMethod · 0.45
toterminalMethod · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected