BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Eliminate panic on overflowing absolute value #270

Closed jhpratt closed 3 years ago

jhpratt commented 3 years ago

See #268. This ensures that the shrinker does not panic when using the value, not just constructing it.

BurntSushi commented 3 years ago

This PR is on crates.io in quickcheck 1.0.3.