pre-commit
This commit is contained in:
parent
103d6146b0
commit
8b3b10b14b
|
@ -25,6 +25,7 @@ class ExitCode(enum.IntEnum):
|
||||||
encodes the valid exit codes of pytest
|
encodes the valid exit codes of pytest
|
||||||
currently users may still supply other exit codes as well
|
currently users may still supply other exit codes as well
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#: tests passed
|
#: tests passed
|
||||||
OK = 0
|
OK = 0
|
||||||
#: tests failed
|
#: tests failed
|
||||||
|
|
Loading…
Reference in New Issue