MCPcopy 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

getMethod · 0.45
_read_pycFunction · 0.45

Calls 1

PseudoPluginClass · 0.70

Tested by

no test coverage detected