MCPcopy Create free account
hub / github.com/pytest-dev/pytest / markup

Method markup

testing/conftest.py:93–94  ·  view source on GitHub ↗
(self, text, **kw)

Source from the content-addressed store, hash-verified

91 self.lines.append(line)
92
93 def markup(self, text, **kw):
94 return text
95
96 def get_write_msg(self, idx):
97 flag, msg = self.lines[idx]

Callers 2

test_markupMethod · 0.45
test_markup_badMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected