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

Function validate_assertion_text_diff_style

src/_pytest/assertion/util.py:64–65  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

62
63
64def validate_assertion_text_diff_style(config: Config) -> None:
65 get_assertion_text_diff_style(config)
66
67
68def format_explanation(explanation: str) -> str:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected