Skip to content

Commit

Permalink
Improve ExitCode docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jun 15, 2019
1 parent 1cfea5f commit ab6ed38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/_pytest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

class ExitCode(enum.IntEnum):
"""
encodes the valid exit codes of pytest
currently users may still supply other exit codes as well
Encodes the valid exit codes by pytest.
Currently users and plugins may supply other exit codes as well.
"""

#: tests passed
Expand Down

0 comments on commit ab6ed38

Please sign in to comment.