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
Copy file name to clipboardExpand all lines: docs/source/reference/configuration.rst
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
Configuration
3
3
=============
4
4
5
+
asyncio_default_fixture_loop_scope
6
+
==================================
7
+
Determines the default event loop scope of asynchronous fixtures. When this configuration option is unset, it defaults to the fixture scope. In future versions of pytest-asyncio, the value will default to ``function`` when unset. Possible values are: ``function``, ``class``, ``module``, ``package``, ``session``
8
+
9
+
asyncio_mode
10
+
============
5
11
The pytest-asyncio mode can be set by the ``asyncio_mode`` configuration option in the `configuration file
0 commit comments