cargo-flake

Crates.iocargo-flake
lib.rscargo-flake
version0.0.5
sourcesrc
created_at2021-04-29 23:08:49.442836
updated_at2021-05-03 23:12:38.660722
descriptiona tool to detect flakey tests
homepage
repositoryhttps://github.com/blt/cargo-flake
max_upload_size
id391323
size21,243
Brian L. Troutwine (blt)

documentation

README

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.

Commit count: 14

cargo fmt