将异步函数作为测试运行的程序宏
由 Sehyo Chang 拥有。
#6 in #annotate
10,985 每月下载量在 18 个crate中使用(通过 fluvio-future)
6KB 86 行
要运行测试,按以下方式注释
#[test_async] async fn test_sum() -> Result<(),std::io::Result> { assert(true,"I am alive); Ok(()) }
~1.5MB ~35K SLoC