Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ interaction
Method
interaction
testing/test_debugging.py:53–54 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
51
called.append(
"reset"
)
52
53
def
interaction(self, *args):
54
called.append(
"interaction"
)
55
56
_pytest._CustomPdb = _CustomPdb
# type: ignore
57
return
called
Callers
1
post_mortem
Function · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected