Skip to content

Hypothesis for Python - version 6.15.0

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 22 Aug 01:08
· 3643 commits to master since this release

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.