This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rednose /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 27 20:00:36 -0700 2009 | |
| |
readme.rst | Sat Mar 28 18:12:01 -0700 2009 | |
| |
rednose/ | Fri Jul 10 20:26:42 -0700 2009 | |
| |
sample_test.py | Wed Jul 08 04:26:11 -0700 2009 | |
| |
setup.py | Wed Jun 24 04:48:52 -0700 2009 |
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)







