Skip to content

fgmacedo/nose-growl-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoseGrowlNotify is a Nose plugin that expose Nose tests results notifications over Growl.

Growl is a project that enables beautiful desktop notifications on Windows, Linux and Mac.

This project is similar and inspired by nose-gnome-notify.

Install

Install from source:

$> git clone https://github.com/fgmacedo/nose-growl-notify.git
$> cd nose-growl-notify
$> python setup.py install

Install from pip:

$> pip install nosegrowlnotify

Basic usage

Enable nosegrowlnotify on running nosetests:

nosetests --with-nosegrowlnotify

Continuous Testing Driven Development

Use with Bruno Bord's Test Daemon to create an simple environment of continuous testing to Python by rerunning tests every time you change something:

tdaemon.py --custom-args "--with-nosegrowlnotify"

With this approach, you can freely code and refactor you code, and you'll be notified every time you broke some test, or that all your tests still green, without leaving your favorite editor.

About

NoseGrowlNotify is a Nose plugin that expose Nose tests results notifications over Growl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages