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

Method f4

testing/test_assertrewrite.py:202–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 assert getmsg(f3, {"a_global": False}) == "assert False"
201
202 def f4() -> None:
203 assert sys == 42 # type: ignore[comparison-overlap]
204
205 verbose = request.config.getoption("verbose")
206 msg = getmsg(f4, {"sys": sys})

Callers

nothing calls this directly

Calls 1

gFunction · 0.50

Tested by

no test coverage detected