blt / cargo-flake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Rust 100.0%