You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactor] Introduced new item type "AsyncHypothesisTest" which represents a coroutine or async generator to which a @hypothesis.given decorator was applied.
The decorator returns a synchronous function and therefore needs special treatment by pytest-asyncio.
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments