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

Method f3

testing/test_assertrewrite.py:406–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404 assert getmsg(f2) == "assert False"
405
406 def f3() -> None:
407 assert a_global # type: ignore[name-defined] # noqa: F821
408
409 assert getmsg(f3, {"a_global": False}) == "assert False"
410

Callers

nothing calls this directly

Calls 1

gFunction · 0.50

Tested by

no test coverage detected