Skip to content

Commit abe3676

Browse files
authored
trivial: Formatting in default fixture loop scope message
1 parent bfd1ca5 commit abe3676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_asyncio/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ def _get_asyncio_debug(config: Config) -> bool:
221221

222222
_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET = """\
223223
The configuration option "asyncio_default_fixture_loop_scope" is unset.
224-
The event loop scope for asynchronous fixtures will default to the fixture caching \
224+
The event loop scope for asynchronous fixtures will default to the "fixture" caching \
225225
scope. Future versions of pytest-asyncio will default the loop scope for asynchronous \
226-
fixtures to function scope. Set the default fixture loop scope explicitly in order to \
226+
fixtures to "function" scope. Set the default fixture loop scope explicitly in order to \
227227
avoid unexpected behavior in the future. Valid fixture loop scopes are: \
228228
"function", "class", "module", "package", "session"
229229
"""

0 commit comments

Comments
 (0)