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

Method f

testing/test_assertrewrite.py:243–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 """Should use same width/truncation with same initial width."""
242
243 def f() -> None:
244 assert "1234567890" * 5 + "A" == "1234567890" * 5 + "B"
245
246 msg = getmsg(f)
247 assert msg is not None

Callers

nothing calls this directly

Calls 3

clsFunction · 0.85
AClass · 0.70
FooClass · 0.70

Tested by

no test coverage detected