MCPcopy
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
2043def test_skip_counting_towards_summary(tr):
2044 class DummyReport(BaseReport):
2045 count_towards_summary = True
2046
2047 r1 = DummyReport()
2048 r2 = DummyReport()

Callers 1

Calls

no outgoing calls

Tested by 1