2 unstable releases
0.2.2 | Jan 17, 2024 |
---|---|
0.1.0 | Aug 11, 2021 |
#1140 in Rust patterns
4,130 downloads per month
Used in fewer than 14 crates
4KB
flaky_test
This attribute macro will register and run a test 3 times, erroring only if all three times fail. Useful for situations when a test is flaky.
#[flaky_test::flaky_test]
fn my_test() {
assert_eq!(1, 2);
}
Dependencies
~2.5MB
~51K SLoC