We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935804a commit bfbbd60Copy full SHA for bfbbd60
README.rst
@@ -87,7 +87,7 @@ async/await fixtures
87
====================
88
``async``/``await`` fixtures can be used along with ``yield`` for normal
89
pytest fixture semantics of setup, value, and teardown. At present only
90
-function scope is supported.
+function scope is supported::
91
92
@pytest_twisted.async_fixture
93
async def foo():
0 commit comments