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 269ded1 commit 2c1ed50Copy full SHA for 2c1ed50
src/_pytest/reports.py
@@ -208,7 +208,7 @@ def _get_verbose_word_with_markup(
208
return word, markup
209
210
fail(
211
- f"pytest_report_teststatus() hook (from a plugin) returned "
+ "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