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 f2da645 commit b0b623eCopy full SHA for b0b623e
testing/test_basic.py
@@ -223,13 +223,15 @@ async def this():
223
yield 42
224
225
there.callback(None)
226
+ reactor.callLater(5, here.cancel)
227
await here
228
229
@pytest.fixture
230
async def that():
231
yield 37
232
233
here.callback(None)
234
+ reactor.callLater(5, there.cancel)
235
await there
236
237
def test_succeed(this, that):
0 commit comments