MCPcopy
hub / github.com/pytest-dev/pytest / CapturedLogs

Class CapturedLogs

src/_pytest/subtests.py:341–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340@dataclasses.dataclass
341class CapturedLogs:
342 handler: LogCaptureHandler
343
344
345def pytest_report_to_serializable(report: TestReport) -> dict[str, Any] | None:

Callers 1

capturing_logsFunction · 0.85

Calls

no outgoing calls

Tested by 1

capturing_logsFunction · 0.68