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

Method get_write_msg

testing/conftest.py:96–99  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

94 return text
95
96 def get_write_msg(self, idx):
97 flag, msg = self.lines[idx]
98 assert flag == TWMock.WRITE
99 return msg
100
101 fullwidth = 80
102

Calls

no outgoing calls

Tested by

no test coverage detected