RETIRED, further work has moved to Debian project infrastructure
Go to file
Tim Cuthbertson a3ce77ac88 fall back to repr() when we can't actually decode a failure message, fixes #14 2012-06-04 22:08:54 +10:00
.gitignore v0.2.2 2011-02-14 18:10:31 +11:00
Makefile fall back to repr() when we can't actually decode a failure message, fixes #14 2012-06-04 22:08:54 +10:00
VERSION 0.3.2 2012-03-12 22:08:21 +11:00
encoding_test.py fall back to repr() when we can't actually decode a failure message, fixes #14 2012-06-04 22:08:54 +10:00
readme.rst Allow forcing color on/off from an env variable. 2011-06-17 17:04:35 -07:00
rednose.py fall back to repr() when we can't actually decode a failure message, fixes #14 2012-06-04 22:08:54 +10:00
rednose.xml restricted versions prior to 0.3.2 to python2 2012-03-18 21:32:07 +11:00
sample_test.py got 0test working with python 2&3; rednose verifiably works in both 2012-03-17 23:32:49 +11:00
setup.py 0.3.2 2012-03-12 22:08:21 +11:00

readme.rst

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')