## 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
4 lines
69 B
Rust
4 lines
69 B
Rust
mod cli;
|
|
mod scenarios;
|
|
#[cfg(not(target_os = "windows"))]
|
|
mod tool;
|