Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ interaction
Method
interaction
testing/test_debugging.py:52–53 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
50
called.append(
"reset"
)
51
52
def
interaction(self, *args):
53
called.append(
"interaction"
)
54
55
# Methods which we copy docstrings to.
56
def
do_debug(self, *args):
# pragma: no cover
Callers
1
post_mortem
Function · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected