mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
## Why Finish the TestAppServer builder migration after every caller has moved off the compatibility constructors. ## What - remove the obsolete public TestAppServer constructors - leave TestAppServer::builder() as the only fixture construction API ## Validation - cargo check -p codex-app-server --tests ## Cleanup stack 1. [#31425 test: add TestAppServer builder](https://github.com/openai/codex/pull/31425) 2. [#31451 test: migrate TestAppServer callers to builder](https://github.com/openai/codex/pull/31451) 3. this PR