Automatically runs tests on you Rust project and notifies about the result.
cargo install cargo-testify
Run withing you Rust project:
cargo testify
It watches changes in the project directory, and reacts by running cargo test
.
The output result is parsed to identify one of the possible outcomes:
* Tests passed
* Tests failed
* Compilation failed
To display notification in the Desktop environment notify-send
(Linux) or osascript
(MacOS) commands are used.