cargo-testify 0.1.0

Tool to automatically run tests on you Rust project and notify about the result.
Documentation

Cargo testify

Build Status License

Automatically runs tests on you Rust project and notifies about the result.

rust test with notification

Install

cargo install cargo-testify

Usage

Run withing you Rust project:

cargo testify

How does it work?

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.

License

MIT © Sergey Potapov

Contributors

  • greyblake Potapov Sergey - creator, maintainer.