(self)
| 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") |
nothing calls this directly
no test coverage detected