cargo-testify 0.3.0

Tool to automatically run tests on your Rust project and notify about the result.
Documentation
1
2
3
4
5
extern crate cargo_testify;

fn main() {
    cargo_testify::run();
}