Skip to content

Commit ab6ed38

Browse files
committed
Improve ExitCode docstring
1 parent 1cfea5f commit ab6ed38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/_pytest/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222

2323
class ExitCode(enum.IntEnum):
2424
"""
25-
encodes the valid exit codes of pytest
26-
currently users may still supply other exit codes as well
25+
Encodes the valid exit codes by pytest.
26+
27+
Currently users and plugins may supply other exit codes as well.
2728
"""
2829

2930
#: tests passed

0 commit comments

Comments
 (0)