[Proposal] Multi assertions
Open
- Dominant language
- Rust
- Stars
- 151
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**Problem**
When multiple assertions fail, only the first failing assertion gets reported and the test does not continue
**Proposal**
Collect assertions and assert them at once, like [Shouldly's SatisfyAllConditions](https://docs.shouldly.org/documentation/satisfyallconditions) method.
This way, all failing assertions can be reported.
Contributor guide
Assessment
This issue has not been assessed yet.