Ned Batchelder
Generating data shapes with Hypothesis
Hypothesis can randomly generate schemas (not just data) to test a Hasher class, avoiding false positives from type mismatches like [0] vs [False].
2 articles published
Hypothesis can randomly generate schemas (not just data) to test a Hasher class, avoiding false positives from type mismatches like [0] vs [False].
Apps don't always need updates—sometimes software is just good enough as is.