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:
parent
ad98504d74
commit
39869f7443
2 changed files with 4146 additions and 4181 deletions
4142
codex-rs/core/src/config/config_tests.rs
Normal file
4142
codex-rs/core/src/config/config_tests.rs
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue