mutant
Code simplifier
Automated code review tool with mutation testing to simplify and improve code quality
Automated code reviews via mutation testing - semantic code coverage.
2k stars
34 watching
153 forks
Language: Ruby
last commit: 9 days ago
Linked from 2 awesome lists
code-quality-analyzercode-reviewcoveragedynamic-analysisminitestmutantmutation-testingrspecrubystatic-analysisstatic-anaysisuncovered-semantics
Related projects:
Repository | Description | Stars |
---|---|---|
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
codeintegrity-ai/mutahunter | Automated unit test generation and mutation testing tool using Large Language Models. | 243 |
tjchambers/mutant-musings | Sharing learnings on mutation testing with the Mutant gem in Ruby applications | 13 |
rudymatela/fitspec | Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
engineeringsoftware/mcoq | Analyze and test Coq proof assistant projects by generating modified versions of the code to identify flaws in specifications. | 30 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
sugakandrey/scalamu | An engine for testing software mutations in Scala code | 43 |
jstepien/mutant | A tool that helps ensure Clojure code is robust by introducing artificial defects and testing its reliability | 102 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 600 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
testdouble/suture | A tool to help refactor poorly understood code in Ruby by introducing clear entry points and minimizing side effects. | 1,409 |
seer-lab/visman | A tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases. | 4 |