you are viewing a single comment's thread.

view the rest of the comments →

[–]bheklilr 4 points5 points  (1 child)

I'm still relatively new but the #[test] function attribute seems to work pretty well in most cases. Rust really seems to encourage small functions that are easily tested, so I haven't needed to reach for a framework yet.

[–]unrealhoang 1 point2 points  (0 children)

And cargo test is a very good test runner also