cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

Use mutation testing to improve test coverage #113

Open cs-util opened 10 months ago

cs-util commented 10 months ago

The xUnit tests are now prepared in a way that should make them consistently pass or fail across arbitrary many runs. This now unlocks to finally use Stryker for mutation testing again. Running Stryker and then reviewing the findings is the next step here, if you are interested to learn about mutation testing in general this is the right task for you. And at the same time most likely you will find a few bugs that exist in cscore.