infection

Code mutation tester

Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them.

PHP Mutation Testing library

GitHub

2k stars
34 watching
161 forks
Language: PHP
last commit: over 1 year ago
Linked from 1 awesome list

astcoverageinfectionmutantmutationmutation-analysismutation-testingphptest-frameworktesting

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sualeh/introduction-to-mutation-testing An introduction to using mutation testing to validate unit tests in software development 23
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 173
mbj/mutant Automated code review tool with mutation testing to simplify and improve code quality 1,956
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
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
atodorov/mutation-testing-in-patterns Exploring practical examples and software patterns related to mutation testing in various programming languages 23
llogiq/mutagen A framework for detecting bugs in Rust code by intentionally introducing changes and seeing if tests can catch them 629
aliparsai/littledarwin A tool for testing software's robustness to faults and failures 18
thierry-tct/mart A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. 26
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
squareslab/boggart A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality 2
seer-lab/visman A tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases. 4
gtramontina/ooze An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. 255
designsecurity/progpilot An application security testing tool for identifying vulnerabilities in PHP code 333