korvus81 / NoseNotify

Plugin for nosetests (most useful when using something like nosy to automatically run tests) to provide results as a desktop notification on linux via notify-send

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoseNotify

Plugin for nosetests (most useful when using something like nosy to automatically run tests) to provide test results as a desktop notification on linux via notify-send (which is installed by default in Ubuntu and Mint...maybe others?).

Install via [sudo] python setup.py install, then run nosetests with the --with-nosenotify flag to get a desktop notification for any completed test run.

This plugin currently has no settings, but it's pretty simple. Hack it to suit your needs, or if you feel a need I'd be glad to accept any pull requests to add configuration.

Here is the config I use with nosy, for reference:

[nosy]
base_path = ./
glob_patterns = *.py
extra_paths = setup.cfg
options = -x --with-yanc --with-nosenotify

(I also use yanc for color output in the terminal)

About

Plugin for nosetests (most useful when using something like nosy to automatically run tests) to provide results as a desktop notification on linux via notify-send


Languages

Language:Python 100.0%