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

Function test_arg_sets_max

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

Source from the content-addressed store, hash-verified

173
174
175async def test_arg_sets_max(isolated_settings):
176 tmp_path = isolated_settings
177 out = await EFFORT_COMMAND.run("max", _ctx(tmp_path, ui=NullUIHost()))
178 assert out.message == f"Set effort level to max: {_MAX_DESC}"
179 assert _persisted_effort() == "max"
180
181
182async def test_arg_auto_clears(isolated_settings):

Callers

nothing calls this directly

Calls 4

NullUIHostClass · 0.90
_persisted_effortFunction · 0.85
_ctxFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected