muter
muter copied to clipboard
🔎 Automated mutation testing for Swift 🕳️
Presently, Muter doesn't explicitly test for this case but should. This story is really just about adding a test for these cases with the Remove Side Effect Operator.
see how stryker defines it for an example: https://github.com/stryker-mutator/stryker-handbook/blob/master/mutator-types.md#assignment-expression
### Why: projects that use resources with relative paths cannot be built ### What was done: 1. New flag has been added to the configuration 2. **_CopyProjectToTempDirectory_** step was split...