Expectations on reaching stability
Expectations on reaching stability
Posted Jan 26, 2025 16:50 UTC (Sun) by mathstuf (subscriber, #69389)In reply to: Expectations on reaching stability by sammythesnake
Parent article: Rust 1.84.0 released
I've used this one for Rust: <https://github.com/sourcefrog/cargo-mutants>. There's also this one for Python (that I've not used): <https://github.com/boxed/mutmut>.
There's a paper by Google which mentions that mutation testing has also been done on Java, Python, and C++ internally. No idea if they're open source or not.
I also have this paper on my "to read" list: https://arxiv.org/pdf/2406.09843