From 24b55438f7cdf588d3dcf034f5ade4520e967e67 Mon Sep 17 00:00:00 2001 From: Tim Cuthbertson Date: Wed, 13 Apr 2016 18:38:32 +1000 Subject: [PATCH] redirect to JBKahn's repo --- readme.rst | 48 ++---------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/readme.rst b/readme.rst index 4802ed3..2b7b363 100644 --- a/readme.rst +++ b/readme.rst @@ -1,49 +1,5 @@ ========= -rednose +Unmaintained repository ========= -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') - -Rednose by default prints file paths relative to the working -directory. If you want the full path in the traceback then -use:: - - nosetests --rednose --full-file-path - -Rednose supports printing the test results mid run as well as at -the end, to enable it use:: - - nosetests --rednose --immediate - -.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/ +The official repo for rednose is now https://github.com/JBKahn/rednose, please go there for the latest code!