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 21cf8d8 commit 491df4eCopy full SHA for 491df4e
docs/reference/markers/index.rst
@@ -21,7 +21,7 @@ The ``pytest.mark.asyncio`` marker can be omitted entirely in |auto mode|_ where
21
22
By default, each test runs in it's own asyncio event loop.
23
Multiple tests can share the same event loop by providing a *loop_scope* keyword argument to the *asyncio* mark.
24
-The supported scopes are *class,* and *module,* and *package*.
+The supported scopes are *function,* *class,* and *module,* *package,* and *session*.
25
The following code example provides a shared event loop for all tests in `TestClassScopedLoop`:
26
27
.. include:: class_scoped_loop_strict_mode_example.py
0 commit comments