Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This patch by Adrian Garcia Badaracco adds type annotations to some private internals (issue #3074).
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.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.46.9.zip
Files
(9.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ff40fd5b7c52799511665d6d0b2d8fcb
|
9.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.46.9 (URL)