mull

Mutation tester

A tool for testing and validating C and C++ programs by introducing intentional errors to simulate real-world failures.

Practical mutation testing and fault injection for C and C++

GitHub

755 stars
29 watching
74 forks
Language: C++
last commit: about 1 month ago
Linked from 2 awesome lists

cc-plus-plusfault-injectionjitllvmmutation-analysismutation-testingtesting

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 173
jmid/mutaml A tool that tests software quality by randomly changing code to see if tests can catch the changes 66
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. 252
boxed/mutmut A 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
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,795
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,063
hcoles/pitest An automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results 1,707