MCPcopy Create free account
hub / github.com/pytest-dev/pytest / Collect

Class Collect

src/_pytest/pytester.py:1099–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097 rec = []
1098
1099 class Collect:
1100 def pytest_configure(x, config: Config) -> None:
1101 rec.append(self.make_hook_recorder(config.pluginmanager))
1102
1103 plugins.append(Collect())
1104 ret = main([str(x) for x in args], plugins=plugins)

Callers 1

inline_runMethod · 0.85

Calls

no outgoing calls

Tested by 1

inline_runMethod · 0.68