Hypothesis: Property-Based Testing for Python
lwhsiao
hypothesis.readthedocs.io
231 points161 comments
Summary
by MetarabbitHypothesis 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.