You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('Stopping early, because we could not find any test case for any mutant. It seems that the selected tests do not cover any code that we mutated.')
829
+
ifnotmutmut.config.debug:
830
+
print('You can set debug=true to see the executed test names in the output above.')
831
+
else:
832
+
print('In the last pytest run above, you can see which tests we executed.')
833
+
print('You can use mutmut browse to check which parts of the source code we mutated.')
834
+
print('If some of the mutated code should be covered by the executed tests, consider opening an issue (with a MRE if possible).')
0 commit comments