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