Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ DummyReport
Class
DummyReport
testing/test_terminal.py:2044–2045 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2042
2043
def
test_skip_counting_towards_summary(tr):
2044
class
DummyReport(BaseReport):
2045
count_towards_summary = True
2046
2047
r1 = DummyReport()
2048
r2 = DummyReport()
Callers
1
test_skip_counting_towards_summary
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_skip_counting_towards_summary
Function · 0.68