timothycrosley/hypothesis-auto

superset of pytest-quickcheck?

Closed this issue · 3 comments

See also pytest-quickcheck.

If hypothesis-auto is a superset of pytest-quickcheck, it might make sense to also provide a similar interface, as having autogenerated inputs for test cases is something very useful in its own.

Note that pytest-quickcheck's random input generation is flawed

Hi @sebastian-philipp,

If I understand correctly, I believe hypothesis itself (which will be installed if you install hypothesis-auto) provides that functionality out of the box via given see: https://hypothesis.readthedocs.io/en/latest/details.html?highlight=given#hypothesis.given

Let me know if there's more, beyond that, that you would like integrated that pytest-quickcheck does well.

Thanks!

~Timothy

Would be cool, if hypothesis could use Python 3 annotations. Nevertheless, looks like I was just looking for https://hypothesis.readthedocs.io

Would be cool, if hypothesis could use Python 3 annotations.

Long term plan is for hypothesis auto features to be added to hypothesis :)