Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_call
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_pyfunc_call
Method · 0.68