Bump hypothesis from 6.131.0 to 6.151.10 by dependabot[bot] · Pull Request #175 · EuroPython/programapi
Hypothesis for Python - version 6.151.10
When shrinking takes more than five minutes, Hypothesis now prints the
"@seed" decorator alongside the slow-shrinking warning so you can
reproduce the failure.
Thanks to Ian Hunt-Isaak for this contribution!
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.9
Remove some old unused code.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.8
This patch fixes a crash when "sys.modules" contains unhashable values, such as "SimpleNamespace" objects (issue #4660).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.7
This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.6
This patch fixes several duplicate word typos in comments and documentation.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.5
This patch teaches our pytest plugin to :ref: find interesting constants <v6.131.1> when pytest is collecting tests, to avoid
arbitrarily attributing the latency to whichever test function
happened to be executed first (issue #4627).
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.4
This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.
The canonical version of these notes (with links) is on readthedocs.
Hypothesis for Python - version 6.151.3
This patch makes Hypothesis more tolerant of slow-to-satisfy "assume()" calls. Previously, Hypothesis would give up after
... (truncated)