Metadata-Version: 1.0
Name: rednose
Version: 0.1.3
Summary: coloured output for nosetests
Home-page: http://github.com/gfxmonk/rednose/tree
Author: Tim Cuthbertson
Author-email: tim3d.junk+rednose@gmail.com
License: BSD
Description: =========
        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)
        
        
Keywords: test nosetests nose nosetest output colour console
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
