Improve ExitCode docstring
This commit is contained in:
parent
1cfea5f1b3
commit
ab6ed381ac
|
@ -22,8 +22,9 @@ from _pytest.runner import collect_one_node
|
||||||
|
|
||||||
class ExitCode(enum.IntEnum):
|
class ExitCode(enum.IntEnum):
|
||||||
"""
|
"""
|
||||||
encodes the valid exit codes of pytest
|
Encodes the valid exit codes by pytest.
|
||||||
currently users may still supply other exit codes as well
|
|
||||||
|
Currently users and plugins may supply other exit codes as well.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#: tests passed
|
#: tests passed
|
||||||
|
|
Loading…
Reference in New Issue