Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ __init__
Method
__init__
testing/test_debugging.py:47–48 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
45
quitting = False
46
47
def
__init__(self, *args, **kwargs):
48
called.append(
"init"
)
49
50
def
reset(self):
51
called.append(
"reset"
)
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected