public
Description: pretty output formatter for python-nosetests
Homepage:
Clone URL: git://github.com/gfxmonk/rednose.git
name age message
file .gitignore Fri Mar 27 20:00:36 -0700 2009 fixed setup / packages [gfxmonk]
file readme.rst Sat Mar 28 18:12:01 -0700 2009 readme [gfxmonk]
directory rednose/ Fri Jul 10 20:26:42 -0700 2009 abandon all hope when termstyle can't figure ou... [gfxmonk]
file sample_test.py Wed Jul 08 04:26:11 -0700 2009 use shortDescription() of test case if it exist... [gfxmonk]
file setup.py Wed Jun 24 04:48:52 -0700 2009 0.1.4 [gfxmonk]
readme.rst

rednose

rednose is a nosetests <http://somethingaboutorange.com/mrl/projects/nose/> plugin for adding colour (and readability) to nosetest console results.

Installation:

easy_install rednose

or from the source:

./setup.py develop

Usage:

nosetests --rednose

or:

export NOSE_REDNOSE=1 # you can put this in your .profile, .bashrc or similar
nosetests

Nose by default uses auto-colouring, which will only use colour if you're running it on a terminal (i.e not piping it to a file). To control colouring, use one of:

nosetests --rednose-color=off
nosetests --rednose-color=on
nosetests --rednose-color=auto

(you can also set this in the environment variable NOSE_REDNOSE_COLOR)