Hypothesis for Python - version 6.65.0
Zac-HD
released this
24 Jan 10:50
·
2521 commits
to master
since this release
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.