1 unstable release
| 0.2.2 | Jan 17, 2024 |
|---|
#11 in #flaky
8,653 downloads per month
Used in 5 crates
(via flaky_test)
7KB
157 lines
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
~1.5MB
~40K SLoC