MCPcopy
hub / github.com/Comfy-Org/ComfyUI-Manager / comfyui

Function comfyui

tests/e2e/test_e2e_git_clone.py:208–215  ·  view source on GitHub ↗

Populate cache, start ComfyUI, stop after all tests.

()

Source from the content-addressed store, hash-verified

206
207@pytest.fixture(scope="module")
208def comfyui():
209 """Populate cache, start ComfyUI, stop after all tests."""
210 _remove_pack(PACK_TEST1)
211 _ensure_cache()
212 pid = _start_comfyui()
213 yield pid
214 _stop_comfyui()
215 _remove_pack(PACK_TEST1)
216
217
218# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 4

_ensure_cacheFunction · 0.85
_remove_packFunction · 0.70
_start_comfyuiFunction · 0.70
_stop_comfyuiFunction · 0.70

Tested by

no test coverage detected