运行易出错的测试的属性宏
由 Ryan Dahl、denobot 及 3位贡献者 创建。 共同所有者 David Sherret、Luca Casonato、Bartek Iwańczuk。
在 Rust模式 中排名第696
每月下载量3,107次在 14 个以下 crates 中使用
4KB
此属性宏将注册并运行测试3次,只有当三次都失败时才会报错。适用于测试易出错的情况。
#[flaky_test::flaky_test] fn my_test() { assert_eq!(1, 2); }
~2MB ~49K SLoC