Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
test_report_collect_after_half_a_second
Method · 0.45
test_tee_stdio_captures_and_live_prints
Function · 0.45
test_no_brokenpipeerror_message
Function · 0.45
test_spawn_uses_tmphome
Function · 0.45
flush
Method · 0.45
test_pdb_unittest_postmortem
Method · 0.45
test_pdb_print_captured_stdout_and_stderr
Method · 0.45
test_pdb_print_captured_logs
Method · 0.45
test_pdb_print_captured_logs_nologging
Method · 0.45
test_pdb_interaction_capturing_simple
Method · 0.45
test_pdb_set_trace_kwargs
Method · 0.45
test_pdb_set_trace_interception
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected