nose-notify

A nose plugin to display testsuite progress in the notify osd


License
Other
Install
pip install nose-notify==0.4.2

Documentation

nose-notify

https://api.travis-ci.org/passy/nose-notify.png

Notify-OSD notifications for systems with libnotify support (e. g. Ubuntu) on testsuite start and completion.

Usage

Run nosetests with the --with-notify or set the environment variable NOSE_WITH_NOTIFYPLUGIN flag. Enjoy.

Options

Passing the --no-start-message flag skips the notification at the beginning of your test run. This is useful in case your test suite passes really quickly. Which it should.

Thanks

Thanks to Victor Ng and nose-growl for the inspiration.