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

Method read

testing/test_pastebin.py:122–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected