core-agent-ide/codex-rs/apply-patch/tests/suite/mod.rs
Dylan Hurd 073a8533b8
chore(apply-patch) scenarios for e2e testing (#7567)
## Summary
This PR introduces an End to End test suite for apply-patch, so we can
easily validate behavior against other implementations as well.

## Testing
- [x] These are tests
2025-12-05 00:20:54 +00:00

4 lines
69 B
Rust

mod cli;
mod scenarios;
#[cfg(not(target_os = "windows"))]
mod tool;