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

Class MyPlugin1

testing/python/collect.py:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 config = item.config
545
546 class MyPlugin1:
547 def pytest_pyfunc_call(self):
548 raise ValueError
549
550 class MyPlugin2:
551 def pytest_pyfunc_call(self):

Callers 1

test_pyfunc_callMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_pyfunc_callMethod · 0.68