MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / test_ephemeral_present

Method test_ephemeral_present

tests/unit/test_agent_cli.py:240–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 assert argv[idx + 1] == "read-only"
239
240 def test_ephemeral_present(self) -> None:
241 argv = _build_codex_argv(CODEX_BINARY, "o4-mini")
242 assert "--ephemeral" in argv
243
244 def test_ignore_user_config_present(self) -> None:
245 argv = _build_codex_argv(CODEX_BINARY, "o4-mini")

Callers

nothing calls this directly

Calls 1

_build_codex_argvFunction · 0.90

Tested by

no test coverage detected