MCPcopy Create free account
hub / github.com/ValueCell-ai/valuecell / fake_create_task

Function fake_create_task

python/valuecell/core/plan/tests/test_service.py:80–83  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

78 original_create_task = asyncio.create_task
79
80 def fake_create_task(coro):
81 task = original_create_task(coro)
82 scheduled_tasks.append(task)
83 return task
84
85 monkeypatch.setattr(asyncio, "create_task", fake_create_task)
86

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected