[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-05-17 05:49:19 +00:00
parent 6342cc85af
commit 4c0a9a53d1
1 changed files with 4 additions and 4 deletions

View File

@ -117,13 +117,13 @@ class TestShortLogReport(NamedTuple):
"""Used to store the test status result category, shortletter and verbose word. """Used to store the test status result category, shortletter and verbose word.
For example ``"rerun", "R", ("RERUN", {"yellow": True})``. For example ``"rerun", "R", ("RERUN", {"yellow": True})``.
:ivar category: :ivar category:
The class of result, for example ``passed``, ``skipped``, ``error``, or the empty string. 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. 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"``. Verbose word is shown as testing progresses in verbose mode, for example ``"PASSED"``, ``"SKIPPED"``.
"ERROR", or the empty string. "ERROR", or the empty string.
""" """