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

latest releases: hypothesis-python-6.112.1, hypothesis-python-6.112.0, hypothesis-python-6.111.2...
20 months ago

Hypothesis now reports some failing inputs by showing the call which
constructed an object, rather than the repr of the object. This can
be helpful when the default repr does not include all relevant
details, and will unlock further improvements in a future version.

For now, we capture calls made via "builds()", and via
SearchStrategy.map().

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.