Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add
assert_cmd
as a dev dependency
The [`assert_cmd`](https://docs.rs/assert_cmd/latest/assert_cmd/) crate provides an interface which allows more fine-grained control over how an individual integration test is run compared with the `trycmd` crate we currently use everywhere. `assert_cmd` will help us write better integration tests for chunk uploading, which not only assert command output, but also ensure that the correct data is sent to the Sentry server (see #2194).
- Loading branch information