fail harness if cover
is not satisfied
#2792
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
cover
is not satisfied
#2792
Requested feature: fail harness
Use case:
I just realized that the current bolero integration allows a proof to go through, even if you've specified a generator that is impossible to satisfy:
Ideally, we'd replace the call to
kani::assume
with a cover call that would force harness failure. This could be called something likekani::cover_or_fail!
orkani::assert_cover!
.Doing a test with multiple harnesses, it seems to behave as one would expect and only applies to the individual harness:
The text was updated successfully, but these errors were encountered: