This patch adds some helpful suggestions to error messages you might see while learning to use the "@example()" decorator (issue #2611) or the "one_of()" strategy. The canonical version of these notes (with links) is on readthedocs
This release refactors the implementation of the ".example()" method, to more accurately represent t...
This patch adds a performance optimisation to avoid saving redundant seeds when using the .fuzz_one_...
This release fixes issue #2027, by changing the way Hypothesis tries to generate distinct examples ...
This release deprecates use of "@example", "@seed", or "@reproduce_failure" without "@given". Thanks...
This patch fixes issue #2696, an internal error triggered when the "@example" decorator was used and...
This release ensures that the strategies passed to "@given" are properly validated when applied to a...
Hypothesis now shrinks examples where the error is raised while drawing from a strategy. This makes...
When reporting failing examples, or tried examples in verbose mode, Hypothesis now identifies which ...
This patch improves the type annotations on "assume()" and "@reproduce_failure()". The canonical ver...
This release fixes a bug (issue #2160) where decorators applied after "@settings" and before "@given...
This patch improves the error messages in "@example()" argument validation following the recent rele...
This release adds a .hypothesis.fuzz_one_input attribute to "@given" tests, for easy integration wit...
This release improves the interaction between "assume()" and the "@example()" decorator, so that the...
This patch improves the messaging that comes from invalid size arguments to collection strategies su...
This release rebuilds "find()" on top of "@given" in order to have more code in common. It should ha...
This release refactors the implementation of the ".example()" method, to more accurately represent t...
This patch adds a performance optimisation to avoid saving redundant seeds when using the .fuzz_one_...
This release fixes issue #2027, by changing the way Hypothesis tries to generate distinct examples ...
This release deprecates use of "@example", "@seed", or "@reproduce_failure" without "@given". Thanks...
This patch fixes issue #2696, an internal error triggered when the "@example" decorator was used and...
This release ensures that the strategies passed to "@given" are properly validated when applied to a...
Hypothesis now shrinks examples where the error is raised while drawing from a strategy. This makes...
When reporting failing examples, or tried examples in verbose mode, Hypothesis now identifies which ...
This patch improves the type annotations on "assume()" and "@reproduce_failure()". The canonical ver...
This release fixes a bug (issue #2160) where decorators applied after "@settings" and before "@given...
This patch improves the error messages in "@example()" argument validation following the recent rele...
This release adds a .hypothesis.fuzz_one_input attribute to "@given" tests, for easy integration wit...
This release improves the interaction between "assume()" and the "@example()" decorator, so that the...
This patch improves the messaging that comes from invalid size arguments to collection strategies su...
This release rebuilds "find()" on top of "@given" in order to have more code in common. It should ha...
This release refactors the implementation of the ".example()" method, to more accurately represent t...
This patch adds a performance optimisation to avoid saving redundant seeds when using the .fuzz_one_...
This release fixes issue #2027, by changing the way Hypothesis tries to generate distinct examples ...