sckott / mutant

mutation testing for R
https://sckott.github.io/mutant/
Other
16 stars 2 forks source link

libs in other langs #11

Open sckott opened 4 years ago

sckott commented 4 years ago

python https://cosmic-ray.readthedocs.io/en/latest/index.html# ruby https://github.com/mbj/mutant

devarops commented 4 years ago
MichaelChirico commented 1 month ago

Go https://github.com/go-gremlins/gremlins C++ https://github.com/nlohmann/mutate_cpp Java https://github.com/hcoles/pitest Rust https://mutants.rs/

sckott commented 1 month ago

thanks @MichaelChirico any interest in working on this?

YaoxiangLi commented 1 month ago

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

MichaelChirico commented 1 week ago

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 :\

MichaelChirico commented 1 week ago

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

sckott commented 1 week ago

@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 😄

tdhock commented 6 days ago

we used https://github.com/agroce/universalmutator to do mutation testing of R and C code in data.table

sckott commented 6 days ago

@tdhock Cool, looks like a nice tool