-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
is there away to use async step definitions with pytest-bdd ?
For a step definition like:
@when('i send cucumbers ')
async def i_send_cucumbers(loop):
pass
I see the warning:
pytest_bdd/scenario.py:137: RuntimeWarning: coroutine 'i_send_cucumbers' was never awaited
frederikaalund, jastich, shoeffner, uar316025, Mukhametvaleev and 2 more
Metadata
Metadata
Assignees
Labels
No labels