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

Method test_summary

testing/test_assertion.py:466–470  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464 assert callequal([0, 1], "foo") is None
465
466 def test_summary(self) -> None:
467 lines = callequal([0, 1], [0, 2])
468 assert lines is not None
469 summary = lines[0]
470 assert len(summary) < 65
471
472 def test_text_diff(self) -> None:
473 assert callequal("spam", "eggs") == [

Callers

nothing calls this directly

Calls 1

callequalFunction · 0.85

Tested by

no test coverage detected