Skip to content
forked from JBKahn/rednose

pretty output formatter for python-nosetests

Notifications You must be signed in to change notification settings

gdyuldin/rednose

 
 

Repository files navigation

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

About

pretty output formatter for python-nosetests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Stata 2.4%