Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
341
class
CapturedLogs:
342
handler: LogCaptureHandler
343
344
345
def
pytest_report_to_serializable(report: TestReport) -> dict[str, Any] | None:
Callers
1
capturing_logs
Function · 0.85
Calls
no outgoing calls
Tested by
1
capturing_logs
Function · 0.68