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

Method read

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

Source from the content-addressed store, hash-verified

115
116 class DummyFile:
117 def read(self):
118 # part of html of a normal response
119 return b'View <a href="/invalid/3c0c6750bd">raw</a>.'
120
121 return DummyFile()
122

Calls

no outgoing calls

Tested by

no test coverage detected