https://github.com/passy/nose-notify
Desktop notifications via notify-osd for nose tests
https://github.com/passy/nose-notify
Last synced: 12 months ago
JSON representation
Desktop notifications via notify-osd for nose tests
- Host: GitHub
- URL: https://github.com/passy/nose-notify
- Owner: passy
- License: other
- Created: 2010-07-23T17:51:52.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T13:39:37.000Z (over 13 years ago)
- Last Synced: 2025-06-14T09:03:21.050Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 259 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
nose-notify
===========
.. image:: https://api.travis-ci.org/passy/nose-notify.png
:target: https://travis-ci.org/passy/nose-notify
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.
.. _nose-growl: http://bitbucket.org/crankycoder/nosegrowl