Skip to content

Hypothesis for Python - version 6.152.5

Choose a tag to compare

@Zac-HD Zac-HD released this 10 May 20:32
· 525 commits to master since this release

This patch improves the "Phase.explain" phase so that simple cases
like "assert n1 == n2" no longer get a misleading "# or any other
generated value" comment (issue #4715). Before falling back to random
sampling, we now also try borrowing values from each other arg slice
with matching shape.

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