scalamu

Mutation tester

An engine for testing software mutations in Scala code

Mutation testing for Scala

GitHub

43 stars
9 watching
2 forks
Language: Scala
last commit: almost 9 years ago
Linked from 1 awesome list

compiler-pluginmutation-testingscala

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
stryker-mutator/stryker4sA mutation testing framework for Scala projects.201
sualeh/introduction-to-mutation-testingAn introduction to using mutation testing to validate unit tests in software development23
squareslab/boggartA tool for testing code changes by introducing random errors and assessing the impact on the code's functionality2
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
boxed/mutmutA mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail.937
muter-mutation-testing/muterAutomated mutation testing tool for Swift503
hanneskaeufler/cryticA tool for detecting defects in software code by mutating specific statements and analyzing test results66
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
codeintegrity-ai/mutahunterAutomated unit test generation and mutation testing tool using Large Language Models.252
scalatest/scalatestA testing toolkit for writing and running tests for Scala and Java software1,155
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
gtramontina/oozeAn automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases.255
nadavwr/makeshiftA quick hack for unit testing Scala Native applications1
jmid/mutamlA tool that tests software quality by randomly changing code to see if tests can catch the changes66
testura/testura.mutationA tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them.105