mutation-testing-in-patterns
Mutation testing examples
Exploring practical examples and software patterns related to mutation testing in various programming languages
Practical examples of software and testing patterns related to mutation testing
23 stars
5 watching
3 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
sixty-north/cosmic-ray | A tool for testing the robustness of Python code by introducing random changes | 566 |
aliparsai/littledarwin | A tool for testing software's robustness to faults and failures | 18 |
tjchambers/mutant-musings | Sharing learnings on mutation testing with the Mutant gem in Ruby applications | 13 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
muter-mutation-testing/muter | Automated mutation testing tool for Swift | 498 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
jordipolo/mutation | A tool to test changes in Elixir applications by introducing deliberate faults and verifying the code's ability to recover from them | 21 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 600 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
handcraftsman/geneticalgorithmswithpython | A collection of example projects demonstrating the use of genetic algorithms in solving various optimization problems using Python | 1,209 |