github HypothesisWorks/hypothesis hypothesis-python-6.46.8
Hypothesis for Python - version 6.46.8

latest releases: hypothesis-python-6.112.1, hypothesis-python-6.112.0, hypothesis-python-6.111.2...
2 years ago

This patch by Phillip Schanely makes changes to the "floats()"
strategy when "min_value" or "max_value" is present. Hypothesis will
now be capable of generating every representable value in the bounds.
You may notice that hypothesis is more likely to test values near
boundaries, and values that are very close to zero.

These changes also support future integrations with symbolic execution
tools and fuzzers (issue #3086).

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

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.