A testing conundrum
SMRTR summary
A developer used Hypothesis to test a hash fingerprinting class, but discovered edge cases where equal Python values (False and 0) should hash differently, making property-based testing impractical.
SMRTR provides this summary for quick context. The original article belongs to Ned Batchelder Blog.
Read the original article