I used to think Rust testing was far behind Python with pytest, but that’s not really the case. There's a googletest crate that fixes so many pain points: clearer failure messages, test fixtures, approx comparisons for floats, and more.
If you write tests in Rust, it’s worth giving this crate a try. I'm surprised it isn’t more widely used, because it makes the testing experience much smoother.
🚫 KubeCon Europe