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

Method f2

testing/test_assertrewrite.py:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 assert getmsg(f1) == "assert False"
190
191 def f2() -> None:
192 f = False
193 assert f
194
195 assert getmsg(f2) == "assert False"
196

Callers

nothing calls this directly

Calls 1

gFunction · 0.50

Tested by

no test coverage detected