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 93e6283 commit d654790Copy full SHA for d654790
README.rst
@@ -162,7 +162,7 @@ async/await fixtures
162
====================
163
``async``/``await`` fixtures can be used along with ``yield`` for normal
164
pytest fixture semantics of setup, value, and teardown. At present only
165
-function scope is supported.
+function and module scope are supported.
166
167
Note: You must *call* ``pytest_twisted.async_fixture()`` and
168
``pytest_twisted.async_yield_fixture()``.
0 commit comments