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 1900b24 commit d780537Copy full SHA for d780537
README.rst
@@ -111,8 +111,8 @@ async/await fixtures
111
pytest fixture semantics of setup, value, and teardown. At present only
112
function scope is supported.
113
114
-Note: in pytest-twisted version 0.12, you must *call*
115
-``pytest_twisted.async_fixture`` and ``pytest_twisted.async_yield_fixture``.
+Note: You must *call* ``pytest_twisted.async_fixture()`` and
+``pytest_twisted.async_yield_fixture()``.
116
This restriction may be removed in a future release.
117
118
.. code-block:: python
0 commit comments