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

Method read

testing/test_pastebin.py:122–124  ·  testing/test_pastebin.py::TestPaste.DummyFile.read
(self)

Source from the content-addressed store, hash-verified

120
121 class DummyFile:
122 def read(self):
123 class="cm"># part of html of a normal response
124 return b&class="cm">#x27;View <a href=class="st">"/invalid/3c0c6750bd">raw</a>.'
125
126 return DummyFile()
127

Calls

no outgoing calls

Tested by

no test coverage detected