scalamu
Mutation tester
An engine for testing software mutations in Scala code
Mutation testing for Scala
43 stars
9 watching
2 forks
Language: Scala
last commit: almost 7 years ago
Linked from 1 awesome list
compiler-pluginmutation-testingscala
Related projects:
Repository | Description | Stars |
---|---|---|
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
muter-mutation-testing/muter | Automated mutation testing tool for Swift | 498 |
hanneskaeufler/crytic | A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |
scalatest/scalatest | A testing toolkit for writing and running tests for Scala and Java software | 1,154 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
gtramontina/ooze | An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. | 254 |
nadavwr/makeshift | A quick hack for unit testing Scala Native applications | 1 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 65 |
testura/testura.mutation | A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |