github HypothesisWorks/hypothesis hypothesis-python-6.3.1
Hypothesis for Python - version 6.3.1

latest releases: hypothesis-python-6.112.1, hypothesis-python-6.112.0, hypothesis-python-6.111.2...
3 years ago

This release lays the groundwork for automatic rewriting of simple
filters, for example converting "integers().filter(lambda x: x > 9)"
to "integers(min_value=10)".

Note that this is not supported yet, and we will continue to
recommend writing the efficient form directly wherever possible -
predicate rewriting is provided mainly for the benefit of downstream
libraries which would otherwise have to implement it for themselves
(e.g. pandera and icontract-hypothesis). See issue #2701 for details.

The canonical version of these notes (with links) is on readthedocs.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.