Crates.io | cargo-flake |
lib.rs | cargo-flake |
version | 0.0.5 |
source | src |
created_at | 2021-04-29 23:08:49.442836 |
updated_at | 2021-05-03 23:12:38.660722 |
description | a tool to detect flakey tests |
homepage | |
repository | https://github.com/blt/cargo-flake |
max_upload_size | |
id | 391323 |
size | 21,243 |
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.