mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
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:
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
Reference in New Issue
Block a user