timetokey@programming.devOPtoPython@programming.dev•Doing language agnostic automated unit test generation with LLMs and contextually aware mutation testing to remove code vulnerabilities
1·
3 months agoSo 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.
There are plenty of fish in the ocean too…