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

Function test_status_reports_persisted_level

tests/test_effort_command.py:244–248  ·  view source on GitHub ↗
(isolated_settings)

Source from the content-addressed store, hash-verified

242
243
244async def test_status_reports_persisted_level(isolated_settings):
245 tmp_path = isolated_settings
246 await EFFORT_COMMAND.run("high", _ctx(tmp_path, ui=NullUIHost()))
247 out = await EFFORT_COMMAND.run("status", _ctx(tmp_path, ui=NullUIHost()))
248 assert out.message == f"Current effort level: high ({_HIGH_DESC})"
249
250
251# --------------------------------------------------------------------------- #

Callers

nothing calls this directly

Calls 3

NullUIHostClass · 0.90
_ctxFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected