dev-flaky 0.9.1

Flaky test detection for Rust. Runs cargo test N times and classifies each test as stable / flaky / broken with a reliability score in [0.0, 1.0]. Part of the dev-* verification collection.
Documentation
1
2
3
# clippy configuration for dev-flaky
avoid-breaking-exported-api = true
msrv = "1.85"