Go to file
Tim Cuthbertson 377b140c1d more build stuff
2013-08-14 09:22:10 +10:00
2011-02-14 18:10:31 +11:00
2013-08-14 08:51:17 +10:00
2013-08-14 09:22:10 +10:00
2013-08-14 09:22:10 +10:00
2013-08-14 09:22:10 +10:00
2012-06-04 22:09:53 +10:00
2013-08-14 09:22:10 +10:00
2012-06-04 22:09:53 +10:00

rednose

rednose is a nosetests 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
nosetests

Rednose 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 --force-color
nosetests --no-color

(you can also control this by setting the environment variable NOSE_REDNOSE_COLOR to 'force' or 'no')

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 116 KiB
Languages
Python 97.3%
Stata 1.9%
Makefile 0.8%