#testing-helper #marker #proc-macro

macro is_not_tested

Helper attribute for cargo-is-tested, along with is_tested

1 unstable release

0.1.0 Jan 1, 2023

#6 in #testing-helper

MIT license

4KB

This is a supporting library for the cargo-is-tested. There is no interest in this crate unless the cargo-is-tested crate is being used.


is_not_tested

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

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

Usage

use is_not_tested::is_not_tested;

#[is_not_tested]
fn my_function() {
	// [...]
}

Dependencies

~2MB
~48K SLoC