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

latest releases: hypothesis-python-6.102.4, hypothesis-python-6.102.3, hypothesis-python-6.102.2...
2 years ago

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.

Don't miss a new hypothesis release

NewReleases is sending notifications on new releases.