Move responses mocking helpers to a shared lib (#3878)

These are generally useful
This commit is contained in:
pakrym-oai
2025-09-18 17:53:14 -07:00
committed by GitHub
parent a7fda70053
commit 881c7978f1
6 changed files with 141 additions and 131 deletions

View File

@@ -7,6 +7,8 @@ use codex_core::config::Config;
use codex_core::config::ConfigOverrides;
use codex_core::config::ConfigToml;
pub mod responses;
/// Returns a default `Config` whose on-disk state is confined to the provided
/// temporary directory. Using a per-test directory keeps tests hermetic and
/// avoids clobbering a developers real `~/.codex`.