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

Method test_summary

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

Source from the content-addressed store, hash-verified

336 assert callequal([0, 1], "foo") is None
337
338 def test_summary(self) -> None:
339 lines = callequal([0, 1], [0, 2])
340 assert lines is not None
341 summary = lines[0]
342 assert len(summary) < 65
343
344 def test_text_diff(self) -> None:
345 assert callequal("spam", "eggs") == [

Callers

nothing calls this directly

Calls 1

callequalFunction · 0.85

Tested by

no test coverage detected