googleapis / googleapis/google-cloud-rust
Prefer `sealed_test` over `scoped-env`
Open
type: cleanup
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
We are using [scoped-env](https://crates.io/crates/scoped-env) in our tests. This requires a lot of brittle workarounds to prevent parallel execution of the tests. [sealed_test](https://crates.io/crates/sealed_test) seems like a cleaner approach, but I am not sure it is actively maintained (not that I know this to be true for `scoped-env`).
Contributor guide
Assessment
This issue has not been assessed yet.