MCPcopy 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)
59def 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

copyMethod · 0.45

Tested by

no test coverage detected