Skip to content

Commit d654790

Browse files
committed
update readme for async/await module scope support
1 parent 93e6283 commit d654790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async/await fixtures
162162
====================
163163
``async``/``await`` fixtures can be used along with ``yield`` for normal
164164
pytest fixture semantics of setup, value, and teardown. At present only
165-
function scope is supported.
165+
function and module scope are supported.
166166

167167
Note: You must *call* ``pytest_twisted.async_fixture()`` and
168168
``pytest_twisted.async_yield_fixture()``.

0 commit comments

Comments
 (0)