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