Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ pytest_runtest_setup
Function
pytest_runtest_setup
python/pathway/conftest.py:59–60 ·
view source on GitHub ↗
(item: pytest.Item)
Source
from the content-addressed store, hash-verified
57
58
@pytest.hookimpl(tryfirst=True)
59
def
pytest_runtest_setup(item: pytest.Item) -> None:
60
item.stash[environment_stash_key] = os.environ.copy()
61
62
63
@pytest.hookimpl(trylast=True)
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected