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

Function test_get_assertion_exprs

testing/test_assertrewrite.py:1688–1689  ·  view source on GitHub ↗
(src, expected)

Source from the content-addressed store, hash-verified

1686 ),
1687)
1688def test_get_assertion_exprs(src, expected) -> None:
1689 assert _get_assertion_exprs(src) == expected
1690
1691
1692def test_try_makedirs(monkeypatch, tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls 1

_get_assertion_exprsFunction · 0.90

Tested by

no test coverage detected