Introduction to Shrinking
Explore how shrinking helps reduce complex failure cases to minimal reproducible inputs in property-based testing using PropEr. Learn about the shrink and let_shrink macros and understand how generators simplify data to isolate core issues.
We'll cover the following...
We'll cover the following...
Shrinking
A ...