Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ load
Method
load
testing/test_config.py:942–946 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
940
group =
"pytest11"
941
942
def
load(self):
943
class
PseudoPlugin:
944
x = 42
945
946
return
PseudoPlugin()
947
948
class
Dist:
949
files = ()
Callers
2
get
Method · 0.45
_read_pyc
Function · 0.45
Calls
1
PseudoPlugin
Class · 0.70
Tested by
no test coverage detected