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 571ab5c commit 13cd36bCopy full SHA for 13cd36b
tests/modes/test_strict_mode.py
@@ -148,7 +148,7 @@ async def test_anything(any_fixture):
148
result.assert_outcomes(failed=1, skipped=0, warnings=1)
149
result.stdout.fnmatch_lines(
150
[
151
- "*asyncio test requested async fixture not marked asyncio in strict mode*",
+ "*asyncio test requested async fixture not marked asyncio, in strict mode*",
152
"*coroutine 'any_fixture' was never awaited*",
153
],
154
)
0 commit comments