Re: Looking for people who are using Hypothesis and are willing to say so

2015-06-25 Thread David MacIver
Actually one of the things that's helped the most in the course of designing Hypothesis is the realisation that types are something of a red herring for this sort of testing. Thinking purely in terms of custom generators helps a lot, because it means you can do things like specify size bounds on li

Re: Looking for people who are using Hypothesis and are willing to say so

2015-06-24 Thread Paul Rubin
David MacIver writes: > Author of Hypothesis here. (If you don't know what Hypothesis is, you're > probably not the target audience for this email but you should totally > check it out: https://hypothesis.readthedocs.org/ Oh very cool: a QuickCheck-like unit test library. I heard of something li

Looking for people who are using Hypothesis and are willing to say so

2015-06-24 Thread David MacIver
Hi there, Author of Hypothesis here. (If you don't know what Hypothesis is, you're probably not the target audience for this email but you should totally check it out: https://hypothesis.readthedocs.org/ Unless you like spending ages writing tests and still shipping buggy code). I keep finding ou