From 4c0a9a53d1311cf371d0e5fa0a5dbc8cffb86994 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 05:49:19 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/_pytest/terminal.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py index 6bfcf839e..cca22b8b0 100644 --- a/src/_pytest/terminal.py +++ b/src/_pytest/terminal.py @@ -117,13 +117,13 @@ class TestShortLogReport(NamedTuple): """Used to store the test status result category, shortletter and verbose word. For example ``"rerun", "R", ("RERUN", {"yellow": True})``. - :ivar category: + :ivar category: The class of result, for example ``“passed”``, ``“skipped”``, ``“error”``, or the empty string. - :ivar letter: + :ivar letter: The short letter shown as testing progresses, for example ``"."``, ``"s"``, ``"E"``, or the empty string. - - :ivar word: + + :ivar word: Verbose word is shown as testing progresses in verbose mode, for example ``"PASSED"``, ``"SKIPPED"``. "ERROR", or the empty string. """