Update docs

This commit is contained in:
Roberto Aldera 2023-05-08 21:20:25 +02:00
parent 99cbdec8cd
commit 2088fbfe81
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ def pytest_report_collectionfinish( # type:ignore[empty-body]
@hookspec(firstresult=True)
def pytest_report_teststatus( # type:ignore[empty-body]
report: Union["CollectReport", "TestReport"], config: "Config"
) -> Tuple[str, str, Union[str, Mapping[str, bool]]]:
) -> Tuple[str, str, Union[str, Tuple[str, Mapping[str, bool]]]]:
"""Return result-category, shortletter and verbose word for status
reporting.