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
Using module-global marker pytestmark = pytest.mark.asyncio is an elegant way to achieve #61. However, it currently fails if the module has async def and classic def tests intermixed:
Using module-global marker
pytestmark = pytest.mark.asyncio
is an elegant way to achieve #61. However, it currently fails if the module hasasync def
and classicdef
tests intermixed:It is proposed that
pytest.mark.asyncio
is compatible with classic tests also (being a no-op there).The text was updated successfully, but these errors were encountered: