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 41ca4dd commit 269ded1Copy full SHA for 269ded1
src/_pytest/reports.py
@@ -208,7 +208,7 @@ def _get_verbose_word_with_markup(
208
return word, markup
209
210
fail(
211
- "pytest_report_teststatus() hook (from a plugin) returned "
+ f"pytest_report_teststatus() hook (from a plugin) returned "
212
"an invalid verbose value: {verbose!r}.\nExpected either a string "
213
"or a tuple of (word, markup)."
214
)
0 commit comments