Published August 22, 2021
| Version hypothesis-python-6.15.0
Software
Open
Hypothesis: Property-Based Testing for Python
Authors/Creators
- 1. Imperial College London
- 2. Australian National University
Description
This release emits a more useful error message when "@given()" is applied to a coroutine function, i.e. one defined using "async def" (issue #3054).
This was previously only handled by the generic "return_value" health check, which doesn't direct you to use either a custom executor or a library such as pytest-trio or pytest-asyncio to handle it for you.
The canonical version of these notes (with links) is on readthedocs.
Notes
Files
HypothesisWorks/hypothesis-hypothesis-python-6.15.0.zip
Files
(9.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6bb5d0efc48d7f1dba21d826016d3dca
|
9.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/HypothesisWorks/hypothesis/tree/hypothesis-python-6.15.0 (URL)