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

Method _yield_comparisons

src/_pytest/python_api.py:371–372  ·  view source on GitHub ↗
(self, actual)

Source from the content-addressed store, hash-verified

369 return super().__eq__(actual)
370
371 def _yield_comparisons(self, actual):
372 return zip(actual, self.expected)
373
374 def _check_type(self) -> None:
375 __tracebackhide__ = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected