Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
def
ConftestWithSetinitial(path) -> PytestPluginManager:
21
conftest = PytestPluginManager()
22
conftest_setinitial(conftest, [path])
23
return
conftest
24
25
26
def
conftest_setinitial(
Callers
4
test_value_access_not_existing
Method · 0.85
test_value_access_by_path
Method · 0.85
test_value_access_with_confmod
Method · 0.85
test_conftest_in_nonpkg_with_init
Function · 0.85
Calls
2
PytestPluginManager
Class · 0.90
conftest_setinitial
Function · 0.85
Tested by
no test coverage detected