[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6342cc85af
commit
4c0a9a53d1
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue