Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
def
validate_assertion_text_diff_style(config: Config) -> None:
65
get_assertion_text_diff_style(config)
66
67
68
def
format_explanation(explanation: str) -> str:
Callers
nothing calls this directly
Calls
1
get_assertion_text_diff_style
Function · 0.85
Tested by
no test coverage detected