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: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
boxed/mutmutA 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-testingAn introduction to using mutation testing to validate unit tests in software development23
infection/infectionMutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them.2,063
sixty-north/cosmic-rayA tool for testing the robustness of Python code by introducing random changes570
aliparsai/littledarwinA tool for testing software's robustness to faults and failures18
tjchambers/mutant-musingsSharing learnings on mutation testing with the Mutant gem in Ruby applications13
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
muter-mutation-testing/muterAutomated mutation testing tool for Swift503
codeintegrity-ai/mutahunterAutomated unit test generation and mutation testing tool using Large Language Models.252
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
jordipolo/mutationA tool to test changes in Elixir applications by introducing deliberate faults and verifying the code's ability to recover from them21
sourcefrog/cargo-mutantsTools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests.626
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
handcraftsman/geneticalgorithmswithpythonA collection of example projects demonstrating the use of genetic algorithms in solving various optimization problems using Python1,213