Update src/_pytest/reports.py

This commit is contained in:
Bruno Oliveira 2024-06-27 10:27:06 -03:00 committed by Pavel Březina
parent 41ca4dd44e
commit 269ded17a6
1 changed files with 1 additions and 1 deletions

View File

@ -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)."
)