Improve ExitCode docstring

This commit is contained in:
Bruno Oliveira 2019-06-15 20:53:46 -03:00
parent 1cfea5f1b3
commit ab6ed381ac
1 changed files with 3 additions and 2 deletions

View File

@ -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