MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / hq_env

Function hq_env

tests/conftest.py:359–361  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

357
358@pytest.fixture(autouse=False, scope="function")
359def hq_env(tmp_path):
360 with run_hq_env(tmp_path) as env:
361 yield env
362
363
364@contextlib.contextmanager

Callers

nothing calls this directly

Calls 1

run_hq_envFunction · 0.85

Tested by

no test coverage detected