You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ``pytest.mark.asyncio`` marker can be omitted entirely in *auto* mode, where the *asyncio* marker is added automatically to *async* test functions.
18
+
The ``pytest.mark.asyncio`` marker can be omitted entirely in |auto mode|_ where the *asyncio* marker is added automatically to *async* test functions.
19
19
20
20
By default, each test runs in it's own asyncio event loop.
21
21
Multiple tests can share the same event loop by providing a *scope* keyword argument to the *asyncio* mark.
@@ -37,5 +37,7 @@ Package-scoped loops do not work in `namespace packages. <https://docs.python.or
37
37
Subpackages do not share the loop with their parent package.
0 commit comments