sorted by: new top controversial old
[-] timetokey@programming.dev 1 points 1 month ago

There are plenty of fish in the ocean too....

[-] timetokey@programming.dev 1 points 1 month ago

So using LLMS to blindly generate unit tests in lazy, pretty much any codgen tool can do this, the point of Mutahunter is we back the unit test generation with mutation testing data. Mutation testing catches vulnerabilities in your code and we generate test cases to target those vulnerabilities. So arguably Mutahunter would write more rigorous unit tests than any developer on your team.

-5
submitted 1 month ago* (last edited 1 month ago) by timetokey@programming.dev to c/programming@programming.dev

Hey Community, I figured that I could strengthen existing automated unit test generation quality by integrating mutation testing results as a metric to determine the quality of my unit tests. Figured everyone should be unit testing their code now especially after the recent Crowdstrike fiasco.

Check it out here https://github.com/codeintegrity-ai/mutahunter

Please star if you like it :)

timetokey

joined 1 month ago