nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.32k stars 77 forks source link

Add cargo-mutants under testing? #35

Open sourcefrog opened 2 years ago

sourcefrog commented 2 years ago

I think cargo-mutants (https://github.com/sourcefrog/cargo-mutants) is pretty helpful for Rust testing. Would you like to bless it?

djc commented 2 years ago

This tool hasn't really become popular (yet). I think there must be other approaches to mutation testing in the ecosystem, are you aware of any? And if so, why is your tool better?

sourcefrog commented 2 years ago

Yes, see

https://github.com/sourcefrog/cargo-mutants/wiki/Compared

I'm not aware of any better mutation testing system for Rust.

djc commented 2 years ago

I find that writeup convincing, and it looks like cargo-mutants is at least not less popular than mutagen, so I think it might make sense to mention your tool on blessed.rs (note: I am not the maintainer). Maybe submit a PR?