MCPcopy
hub / github.com/pytest-dev/pytest / ConftestWithSetinitial

Function ConftestWithSetinitial

testing/test_conftest.py:20–23  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

18
19
20def ConftestWithSetinitial(path) -> PytestPluginManager:
21 conftest = PytestPluginManager()
22 conftest_setinitial(conftest, [path])
23 return conftest
24
25
26def conftest_setinitial(

Calls 2

PytestPluginManagerClass · 0.90
conftest_setinitialFunction · 0.85

Tested by

no test coverage detected