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

Method test_text_skipping

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

Source from the content-addressed store, hash-verified

349 ]
350
351 def test_text_skipping(self) -> None:
352 lines = callequal("a" * 50 + "spam", "a" * 50 + "eggs")
353 assert lines is not None
354 assert "Skipping" in lines[1]
355 for line in lines:
356 assert "a" * 50 not in line
357
358 def test_text_skipping_verbose(self) -> None:
359 lines = callequal("a" * 50 + "spam", "a" * 50 + "eggs", verbose=1)

Callers

nothing calls this directly

Calls 1

callequalFunction · 0.85

Tested by

no test coverage detected