Published September 8, 2021
| Version hypothesis-python-6.19.0
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This release makes stateful testing more likely to tell you if you do something unexpected and unsupported:
The "return_value" health check now applies to "rule()" and "initialize()" rules, if they don't have "target" bundles, as well as "invariant()".
Using a "consumes()" bundle as a "target" is deprecated, and will be an error in a future version.
If existing code triggers these new checks, check for related bugs and misunderstandings - these patterns never had any effect.
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.19.0.zip
Files
(9.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6c35593db693b0669527d7d70076b961
|
9.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.19.0 (URL)