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 9123c07 commit 36958b9Copy full SHA for 36958b9
docs/source/devel/testloop.rst
@@ -13,13 +13,11 @@ as well as a number of `async` commands specific to the event loop.
13
Event Loops
14
===========
15
16
-There are currently two event loops available for either simplicity or concurrency.
17
-In case of doubt, prefer :py:func:`~.multi_sync`.
+The test event loop is available via a decorator that should be directly applied
+to an ``async def`` test case.
18
19
.. autofunction:: sync(test_case: (...) -> (await) None) -> (...) -> None
20
21
-.. autofunction:: multi_sync(test_case: (...) -> (await) None) -> (...) -> None
22
-
23
Async commands
24
==============
25
0 commit comments