#marker #helper #proc-macro #test

is_tested

cargo-is-tested 的辅助属性,与 is_not_tested 一起使用。

2个版本

0.1.1 2023年1月1日
0.1.0 2023年1月1日

#44 in #marker

MIT 许可证

4KB

is_tested

该crate提供属性 is_tested,该属性不会将输入转换为任何内容,它只是 cargo-is-tested 二进制的标记。

该crate应与 cargo-is-tested 一起使用。没有二进制文件则毫无用处

用法

use is_tested::is_tested;

#[is_tested(<path_to_my_function_tests.rs>)]
fn my_function() {
	// [...]
}

依赖

~1.5MB
~36K SLoC