muter icon indicating copy to clipboard operation
muter copied to clipboard

🔎 Automated mutation testing for Swift 🕳️

Results 57 muter issues
Sort by recently updated
recently updated
newest added
trafficstars

brew install muter-mutation-testing/formulae/muter outputs: ``` Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> New Formulae cargo-bundle dart-sdk mle mprocs mypaint-brushes neovide pax uthash You have 8...

I'm trying to run muter on a child project that has a configuration with relative file paths outside of the project directory. In this case, xcodebuild is unable to build...

Main problems We started implementing the mutation tests on a specific iOS module in our project. Tried running for the whole project and a small subset of files to analyze...

``` _____ _ | | _ _ | |_ ___ ___ | | | || | || _|| -_|| _| |_|_|_||___||_| |___||_| Automated mutation testing for Swift You are running...

I am running Muter on a fairly large project with around 300 swift files. I also tried to ran muter for a specific directory using ```--files-to-mutate``` which has around 15...

When running muter via 'muter run' or 'muter' from the root directory of a Swift Package I'm working on, I get the following line after running and passing all the...

Or it could even be Swift? JSON isn't well suited to things like having list of command line arguments. YAML is nice because it has bare words, so you don't...

ease-of-use
configuration

Heya folks, I'm a big fan of the framework, I've run it on a few projects thus far and the feedback it gives is great! My problem is that it's...

At minimum, it should run on CI and fail the build. It would also be nice to add a script that you run when you clone the repo, that sets...

chore

Sometimes an operator can cause the tests to halt. We could use the duration from the baseline run and monitor the tests duration, if the threshold is reached we could...