/nose-notify

Desktop notifications via notify-osd for nose tests

Primary LanguagePythonOtherNOASSERTION

nose-notify

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

Notify-OSD notifications for Ubuntu systems 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.