We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d1c70 commit 12090d5Copy full SHA for 12090d5
mutmut/__main__.py
@@ -73,6 +73,7 @@
73
status_by_exit_code = {
74
1: 'killed',
75
3: 'killed', # internal error in pytest means a kill
76
+ -24: 'killed',
77
0: 'survived',
78
5: 'no tests',
79
2: 'check was interrupted by user',
0 commit comments