mull
Mutation tester
A tool for detecting faults in C and C++ code by introducing deliberate errors
Practical mutation testing and fault injection for C and C++
740 stars
29 watching
74 forks
Language: C++
last commit: 4 months ago
Linked from 2 awesome lists
cc-plus-plusfault-injectionjitllvmmutation-analysismutation-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 65 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
testingresearchillinois/srciror | A mutation tool for testing source code and intermediate representation (IR) written in C/C++ | 13 |
faultify/faultify | A tool to introduce controlled errors into .NET test projects to help identify error-prone code. | 18 |
kaiyuanw/mualloy | A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 |
thierry-tct/mart | A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
parsifal-47/muterl | A tool for verifying test quality by introducing small changes to code and checking if tests pass. | 15 |
stryker-mutator/stryker-net | A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness | 1,782 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
hanneskaeufler/crytic | A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |