Skip to content

Commit ab4fbd8

Browse files
committed
Add async_yield to pytest_namespace()
1 parent b274d22 commit ab4fbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_twisted.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class _instances:
2929
def pytest_namespace():
3030
return {
3131
"inlineCallbacks": inlineCallbacks,
32+
"async_yield": async_yield,
3233
"async_await": async_await,
3334
"blockon": blockon,
3435
}

0 commit comments

Comments
 (0)