pre-commit

This commit is contained in:
Ronny Pfannschmidt 2019-06-15 17:41:13 +02:00
parent 103d6146b0
commit 8b3b10b14b
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ class ExitCode(enum.IntEnum):
encodes the valid exit codes of pytest
currently users may still supply other exit codes as well
"""
#: tests passed
OK = 0
#: tests failed