mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Preserve non-interactive session forking on the current origin/main base and collapse the branch back to a single commit for easier future restacks.
13 lines
241 B
Rust
13 lines
241 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod add_dir;
|
|
mod apply_patch;
|
|
mod auth_env;
|
|
mod ephemeral;
|
|
mod fork;
|
|
mod mcp_required_exit;
|
|
mod originator;
|
|
mod output_schema;
|
|
mod resume;
|
|
mod sandbox;
|
|
mod server_error_exit;
|