Published January 24, 2023
| Version hypothesis-python-6.65.0
Software
Open
Hypothesis: Property-Based Testing for Python
- 1. Imperial College London
- 2. Australian National University
Description
Hypothesis now reports some failing inputs by showing the call which constructed an object, rather than the repr of the object. This can be helpful when the default repr does not include all relevant details, and will unlock further improvements in a future version.
For now, we capture calls made via "builds()", and via SearchStrategy.map().
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.65.0.zip
Files
(9.8 MB)
Name | Size | Download all |
---|---|---|
md5:2a12b6fa729daf016b5f1dc65a4f3275
|
9.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.65.0 (URL)