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

Method bar

testing/code/test_excinfo.py:1066–1067  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1064 )
1065 def test_format_excinfo(self, reproptions: Dict[str, Any]) -> None:
1066 def bar():
1067 assert False, "some error"
1068
1069 def foo():
1070 bar()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected