#cargo #flakey

bin+lib cargo-flake

a tool to detect flakey tests

5 releases

0.0.5 May 3, 2021
0.0.4 May 3, 2021
0.0.3 Apr 30, 2021
0.0.2 Apr 30, 2021
0.0.1 Apr 29, 2021

#952 in #cargo

MIT license

9KB
210 lines

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.

Dependencies

~5–16MB
~179K SLoC