Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ pytest_pyfunc_call
Method
pytest_pyfunc_call
testing/python/collect.py:547–548 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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_call
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_pyfunc_call
Method · 0.36