MCPcopy Create free account
hub / github.com/pytest-dev/pytest / getcall

Method getcall

src/_pytest/pytester.py:311–314  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

309 fail("\n".join(lines))
310
311 def getcall(self, name: str) -> RecordedHookCall:
312 values = self.getcalls(name)
313 assert len(values) == 1, (name, values)
314 return values[0]
315
316 # functionality for test reports
317

Callers 1

Calls 1

getcallsMethod · 0.95

Tested by

no test coverage detected