Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ test_get_assertion_exprs
Function
test_get_assertion_exprs
testing/test_assertrewrite.py:2219–2220 ·
view source on GitHub ↗
(src, expected)
Source
from the content-addressed store, hash-verified
2217
),
2218
)
2219
def
test_get_assertion_exprs(src, expected) -> None:
2220
assert _get_assertion_exprs(src) == expected
2221
# fmt: on
2222
2223
Callers
nothing calls this directly
Calls
1
_get_assertion_exprs
Function · 0.90
Tested by
no test coverage detected