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

Method pytest_pyfunc_call

testing/python/collect.py:651–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

649
650 class MyPlugin1:
651 def pytest_pyfunc_call(self):
652 raise ValueError
653
654 class MyPlugin2:
655 def pytest_pyfunc_call(self):

Callers 1

test_pyfunc_callMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_pyfunc_callMethod · 0.36