Update src/_pytest/reports.py
This commit is contained in:
parent
41ca4dd44e
commit
269ded17a6
|
@ -208,7 +208,7 @@ class BaseReport:
|
|||
return word, markup
|
||||
|
||||
fail(
|
||||
"pytest_report_teststatus() hook (from a plugin) returned "
|
||||
f"pytest_report_teststatus() hook (from a plugin) returned "
|
||||
"an invalid verbose value: {verbose!r}.\nExpected either a string "
|
||||
"or a tuple of (word, markup)."
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue