23:13, Paul Rubin wrote:
> 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/
>
>
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
On 31 March 2015 at 02:51, Paul Rubin wrote:
> David MacIver writes:
> > Hypothesis is based on Quickcheck
> > (https://wiki.haskell.org/Introduction_to_QuickCheck2)
>
> This is great. Have you looked at the Erlang version of Quickcheck? It
> may have aspects mor
On 31 March 2015 at 02:46, Terry Reedy wrote:
> On 3/30/2015 4:46 PM, David MacIver wrote:
>
>> On 30 March 2015 at 22:37, Terry Reedy > <mailto:tjre...@udel.edu>> wrote:
>>
>
> https://www.python.org/dev/__peps/pep-0484/
>> <https://www.p
On 30 March 2015 at 22:37, Terry Reedy wrote:
> On 3/30/2015 2:44 PM, David MacIver wrote:
>
>> Hypothesis is a Python library for turningunit tests into generative
>> tests, covering a far wider range of cases thanyou can manually. Rather
>> than just testing for th
Hypothesis is a Python library for turning unit tests into generative tests,
covering a far wider range of cases than you can manually. Rather than just
testing for the things you already know about, Hypothesis goes out and
actively hunts for bugs in your code. It usually finds them, and when it
do