hazumi
Back

Hypothesis: Property-Based Testing for Python

lwhsiaohypothesis.readthedocs.io
231 points161 comments

Hypothesis is an open-source Python library that provides a simple and powerful way to write property-based tests, allowing developers to write tests that check the behavior of their code over a range of possible inputs, rather than just specific test cases.

Comments (161)