GitHub - codeintegrity-ai/mutahunter: Open Source Language Agnostic LLM-based mutation testing tool
Mutahunter
Open-Source Language Agnostic LLM-based Mutation Testing for Automated Software Testing
Maintained by CodeIntegrity. Anyone is welcome to contribute. 🌟
demo.mp4
Table of Contents
Overview
Installation and Usage
Roadmap
Overview
If you don't know what mutation testing is, you must be living under a rock! 🪨
Mutation testing is a way to verify how good your test cases are. It involves creating small changes, or "mutants," in the code and checking if the test cases can catch these chang...
Read more at github.com