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

GitHub

23 stars
5 watching
3 forks
Language: Python
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
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,063
sixty-north/cosmic-ray A tool for testing the robustness of Python code by introducing random changes 570
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 An automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results 1,707
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 503
codeintegrity-ai/mutahunter Automated unit test generation and mutation testing tool using Large Language Models. 252
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 173
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. 626
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,213