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

Function foo

testing/test_compat.py:26–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 yield # pragma: no cover
25
26 def foo():
27 pass # pragma: no cover
28
29 assert is_generator(zap)
30 assert not is_generator(foo)

Callers 1

test_format_excinfoMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected