Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
15
test_report_collect_after_half_a_second
Method · 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
test_pdb_and_capsys
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected