Skip to content

Hypothesis for Python - version 5.23.8

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 31 Jul 09:23
· 4988 commits to master since this release

This release adds a heuristic to detect when shrinking has finished
despite the fact that there are many more possible transformations to
try. This will be particularly useful for tests where the minimum
failing test case is very large despite there being many smaller test
cases possible, where it is likely to speed up shrinking dramatically.

In some cases it is likely that this will result in worse shrunk test
cases. In those cases rerunning the test will result in further
shrinking.

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