Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Factor out a builder to handle common integration test arguments (#8733)
## Summary This refactors the `ruff_cli` integration tests to create a new `RuffCheck` struct -- this holds options to configure the "common case" flags that we want to pass to Ruff (e.g. `--no-cache`, `--isolated`, etc). This helps reduce the boilerplate and (IMO) makes it more obvious what the core logic of each test is by keeping only the "interesting" parameters. ## Test Plan `cargo test`
- Loading branch information