Tags » software testing
TIL: Repeatedly run flaky Go tests with
stress
It runs your test hundreds of times, which can be useful for finding flaky failures.
How I test Rust command-line apps with
assert_cmd
Some practical examples of how this handy crate lets me write clear, readable tests.