Skip to content

Commit

Permalink
Exit code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 27, 2024
1 parent 05d1c70 commit 12090d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mutmut/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
status_by_exit_code = {
1: 'killed',
3: 'killed', # internal error in pytest means a kill
-24: 'killed',
0: 'survived',
5: 'no tests',
2: 'check was interrupted by user',
Expand Down

0 comments on commit 12090d5

Please sign in to comment.