MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / scenario

Function scenario

tests/test_deferred_prefetch.py:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71def test_loop_mode_schedules_tasks(tmp_path):
72 async def scenario():
73 handle = start_deferred_prefetches(cwd=str(tmp_path))
74 assert handle.mode == "loop"
75 assert handle.tasks
76 await asyncio.gather(*handle.tasks)
77
78 asyncio.run(scenario())
79 assert _user_cache_warm()

Callers 1

Calls 1

Tested by

no test coverage detected