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

Class Captured

src/_pytest/subtests.py:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333
334@dataclasses.dataclass
335class Captured:
336 out: str = ""
337 err: str = ""
338
339
340@dataclasses.dataclass

Callers 1

capturing_outputFunction · 0.85

Calls

no outgoing calls

Tested by 1

capturing_outputFunction · 0.68