is_tested

Crates.iois_tested
lib.rsis_tested
version0.1.1
sourcesrc
created_at2023-01-01 12:21:07.756717
updated_at2023-01-01 12:27:05.291728
descriptionHelper attribute for `cargo-is-tested`, along with `is_not_tested`
homepage
repositoryhttps://github.com/blyxyas/cargo-is-tested/tree/master/is_tested
max_upload_size
id748830
size3,210
Alejandra González (blyxyas)

documentation

README

is_tested

This crate provides the attribute is_tested, this attribute won't convert your input to anything, it's just a marker for the cargo-is-tested binary.

The crate is supposed to be used with the cargo-is-tested. It is useless without the binary

Usage

use is_tested::is_tested;

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

cargo fmt