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
This commit is contained in:
Dylan Hurd
2025-12-04 16:20:54 -08:00
committed by GitHub
parent 0972cd9404
commit 073a8533b8
51 changed files with 277 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
mod cli;
mod scenarios;
#[cfg(not(target_os = "windows"))]
mod tool;