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

Class MyPlugin1

testing/python/collect.py:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 config = item.config
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.85

Calls

no outgoing calls

Tested by 1

test_pyfunc_callMethod · 0.68