Markus Schirp

Results 66 issues of Markus Schirp

If the insertion itself causes a warning, and warnings are configured to kill mutations: Test execution can be spared.

Or fix rspec / minitest to error on warnings.

I just had a case where mutant did not report one as alive where it should have been.

Its the sad truth that its very unlikely that the mutation generation engine will at some point run into runtime exceptions from visiting AST structures it does not expect. In...

Locally `--since` usually works fine as developers have a full checkout of their git repository. But on CI things are different. Most CI systems use a fetch depth of 1...