fix: move unit tests in codex-rs/core/src/config/mod.rs into their own file (#13780)

At over 7,000 lines, `codex-rs/core/src/config/mod.rs` was getting a bit
unwieldy.

This PR does the same type of move as
https://github.com/openai/codex/pull/12957 to put unit tests in their
own file, though I decided `config_tests.rs` is a more intuitive name
than `mod_tests.rs`.

Ultimately, I'll codemod the rest of the codebase to follow suit, but I
want to do it in stages to reduce merge conflicts for people.
This commit is contained in:
Michael Bolin 2026-03-06 11:21:58 -08:00 committed by GitHub
parent ad98504d74
commit 39869f7443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4146 additions and 4181 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff