mutant
mutant copied to clipboard
libs in other langs
python https://cosmic-ray.readthedocs.io/en/latest/index.html# ruby https://github.com/mbj/mutant
Go https://github.com/go-gremlins/gremlins C++ https://github.com/nlohmann/mutate_cpp Java https://github.com/hcoles/pitest Rust https://mutants.rs/
thanks @MichaelChirico any interest in working on this?
JavaScript: https://github.com/jest-community/jest-extended TypeScript: https://stryker-mutator.io/ Haskell: https://hackage.haskell.org/package/MuCheck PHP: https://github.com/infection/infection
I'd be happy to help do e.g. code review but won't have time in the near future to commit to more than that :\
cc @tdhock / @agroce who did some mutation testing of data.table's C code & might be interested: https://github.com/Rdatatable/data.table/issues/6114
@MichaelChirico cool thanks for offering to do code review; cool to see data.table folks doing some mutation testing.
I still don't have time to work on this. If anyone wants to write code here let me know or start your own thing 😄
we used https://github.com/agroce/universalmutator to do mutation testing of R and C code in data.table
@tdhock Cool, looks like a nice tool