cargo-flake 0.0.1

a tool to detect flakey tests
Documentation
1
2
3
4
5
6
# cargo-flake - a tool to detect flakey tests

This cargo plugin is intended to help you automatically discover flakey tests. A
flakey test is one that works _mostly_ but fails on occasion. `cargo-flake`
detects flakey tests by running your project's individual tests multiple times,
reporting on the failure frequency at the end of the run.