datatest_stable

Macro harness

Source
macro_rules! harness {
    ( $( { test = $name:path, root = $root:expr, pattern = $pattern:expr $(,)* } ),+ $(,)* ) => { ... };
    ( $( $name:path, $root:expr, $pattern:expr ),+ $(,)* ) => { ... };
}
Expand description

datatest-stable test harness entry point. Should be declared in the test module.

Also, harness should be set to false for that test module in Cargo.toml (see Configuring a target).