Oscar Luis Vera Pérez
Oscar Luis Vera Pérez
@vmassol Yes, I think this should reveal the actual effect of the mutation and it requires a good understanding of the code base.
@vmassol the issue may not happen all the time, as there is some flickering. Also you have to compare the time of the mutant with respect to the time of...
>>Also you have to compare the time of the mutant with respect to the time of the original code. >>PIT sets the timeout of the mutant using the time of...
Actually, no mutant should be created for this method. so this is indeed a bug.
With `except` you actually disable the `constant` stop method. So that's why these mutants are created. I understand now what you mean. With `constant` we disable all methods returning a...
Yes, sure, you *activate* the mutants by *disabling* the stop methods. Sorry I might not have been clear enough. So having `constant` activated, which is the default configuration, you avoid...
I've seen this issue as well. It would be nice to check whether this issue is related to hcoles/pitest#65.
Hi @vmassol Did you change the PIT version and/or the version of the Junit 5 plugin?
Could you check that the test cases that detect the methods in the original test suite are also executed when running Descartes? If not all the test cases were executed...
@assadOW2 any news on this? Did you try the previous solution?