Add non_sandbox_test helper (#3880)

Makes tests shorter
This commit is contained in:
pakrym-oai
2025-09-22 07:50:41 -07:00
committed by GitHub
parent 5996ee0e5f
commit 14a115d488
14 changed files with 99 additions and 223 deletions

2
codex-rs/Cargo.lock generated
View File

@@ -797,6 +797,7 @@ dependencies = [
"chrono",
"codex-core",
"codex-protocol",
"core_test_support",
"rand 0.8.5",
"reqwest",
"serde",
@@ -835,6 +836,7 @@ dependencies = [
"codex-core",
"codex-login",
"codex-protocol",
"core_test_support",
"mcp-types",
"mcp_test_support",
"os_info",