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 535beb9 commit a47b971Copy full SHA for a47b971
src/_pytest/recwarn.py
@@ -290,7 +290,7 @@ def found_str():
290
else:
291
fail(
292
f"""\
293
-DID NOT WARN. No warnings of type {self.expected_warning} matching the regex was emitted.
+DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
294
The regex is: {self.match_expr!r}
295
The list of emitted warnings is: {found_str()}"""
296
)
0 commit comments