mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
## 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
5 lines
69 B
Rust
5 lines
69 B
Rust
mod cli;
|
|
mod scenarios;
|
|
#[cfg(not(target_os = "windows"))]
|
|
mod tool;
|