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 c08c98a commit 5205ad7Copy full SHA for 5205ad7
README.rst
@@ -90,7 +90,7 @@ async/await fixtures
90
``async``/``await`` fixtures can be used along with ``yield`` for normal
91
pytest fixture semantics of setup, value, and teardown.
92
93
- @pytest.fixture
+ @pytest_twisted.async_fixture
94
async def foo():
95
d1, d2 = defer.Deferred(), defer.Deferred()
96
reactor.callLater(0.01, d1.callback, 42)
0 commit comments