Files
llmx/codex-rs/exec/tests/suite/mod.rs
Dylan 7f7d1e30f3 [exec] Clean up apply-patch tests (#2648)
## Summary
These tests were getting a bit unwieldy, and they're starting to become
load-bearing. Let's clean them up, and get them working solidly so we
can easily expand this harness with new tests.

## Test Plan
- [x] Tests continue to pass
2025-08-25 15:08:01 -07:00

5 lines
108 B
Rust

// Aggregates all former standalone integration tests as modules.
mod apply_patch;
mod common;
mod sandbox;