#test #async-test #fn #procedure #run #macro

async-test-derive

用于运行异步fn作为测试的过程宏

3个版本 (1个稳定版)

1.0.0 2020年3月16日
0.1.1 2020年2月3日
0.1.0 2020年2月3日

#15 in #procedure


4 个crate中使用(2个直接使用)

Apache-2.0

6KB

友好的异步函数测试运行器

要运行测试,请按以下方式标注

#[test_async]
async fn test_sum() -> Result<(),std::io::Result> {
    assert(true,"I am alive);
    Ok(())
}

依赖项

~1.5MB
~36K SLoC