We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cfbec commit f402394Copy full SHA for f402394
src/_pytest/reports.py
@@ -207,7 +207,7 @@ def _get_verbose_word_with_markup(
207
if isinstance(word, str) and isinstance(markup, Mapping):
208
return word, markup
209
210
- fail(
+ fail( # pragma: no cover
211
"pytest_report_teststatus() hook (from a plugin) returned "
212
f"an invalid verbose value: {verbose!r}.\nExpected either a string "
213
"or a tuple of (word, markup)."
0 commit comments