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
Note that there's no simple to support async stateful testing; the hypothesis-trio project is essentially a fork of our upstream stateful testing module with async handling injected in many places. My suggestion therefore continues to treat asyncio stateful tests as out of scope, since I don't think there's sufficient demand to be worth the maintainence burden.
The text was updated successfully, but these errors were encountered:
Initially reported in HypothesisWorks/hypothesis#3850
To fix this, we should avoid assuming that the
.hypothesis
attribute exists inpytest-asyncio/pytest_asyncio/plugin.py
Lines 482 to 487 in 463ce98
As a fix, I'd suggest:
Note that there's no simple to support async stateful testing; the
hypothesis-trio
project is essentially a fork of our upstream stateful testing module with async handling injected in many places. My suggestion therefore continues to treat asyncio stateful tests as out of scope, since I don't think there's sufficient demand to be worth the maintainence burden.The text was updated successfully, but these errors were encountered: