An open API service indexing awesome lists of open source software.

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

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