Add some tests for image attachments (#9080)

Some extra tests for https://github.com/openai/codex/pull/8950
This commit is contained in:
charley-oai
2026-01-12 13:41:50 -08:00
committed by GitHub
parent 5dfa780f3d
commit d7cdcfc302
5 changed files with 280 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ mod exec_policy;
mod fork_thread;
mod grep_files;
mod hierarchical_agents;
mod image_rollout;
mod items;
mod json_result;
mod list_dir;