Thanks to visit codestin.com Credit goes to github.com
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 f7f713e commit 06d2435Copy full SHA for 06d2435
src/_pytest/recwarn.py
@@ -291,6 +291,6 @@ def found_str():
291
fail(
292
f"""\
293
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
294
-The regex is: {self.match_expr!r}
+The regex is: {self.match_expr}
295
The list of emitted warnings is: {found_str()}"""
296
)
0 commit comments