accmut
Mutation tester
A framework for accelerating mutation testing of C programs using LLVM-IR
Accmut is a framework for acclerating mutation testing, which is based on LLVM-IR.
11 stars
3 watching
3 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list
llvm-irmutation-testing
Related projects:
Repository | Description | Stars |
---|---|---|
| A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
| A mutation testing tool for C++ projects to detect programming errors | 173 |
| A mutation tool for testing source code and intermediate representation (IR) written in C/C++ | 13 |
| An engine for testing software mutations in Scala code | 43 |
| A tool for testing software's robustness to faults and failures | 18 |
| Automated unit test generation and mutation testing tool using Large Language Models. | 252 |
| Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
| A framework for detecting bugs in Rust code by intentionally introducing changes and seeing if tests can catch them | 629 |
| A mutation testing framework for Scala projects. | 201 |
| An automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results | 1,707 |
| A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
| An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
| Tools for adding manual mutation tests to GitHub pull requests | 33 |
| A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
| 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 |