Skip to content

Hypothesis for Python - version 6.127.1

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 23 Feb 21:18
· 63 commits to master since this release

Improve the clarity of printing counterexamples in stateful testing,
by avoiding confusing "Bundle" references with equivalent values drawn
from a regular strategy.

For example, we now print:

instead of

if the "unrelated" rule draws from a regular strategy such as
"integers()" instead of the "a" bundle.

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