rednose 0.2.6
Newer version available (1.3.0)
Released:
coloured output for nosetests
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: UNKNOWN
- Tags test, nosetests, nose, nosetest, output, colour, console
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Note: This package has been built automatically by zero2pypi. If possible, you should use the zero-install feed instead: http://gfxmonk.net/dist/0install/rednose.xml
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’)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: UNKNOWN
- Tags test, nosetests, nose, nosetest, output, colour, console
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic