=========
rednose
=========
rednose is a `nosetests`_
plugin for adding colour (and readability) to nosetest console results.
.. image:: rednose_example.png
:scale: 50 %
:align: center
Installation:
-------------
::
pip install rednose
or from the source::
python setup.py install
Rednose officially supports Python 2.7, 3.4, and 3.5.
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 by default prints error style formating for skipped tests,
to supress this use::
nosetests --rednose --hide-skips
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/
Raw data
{
"_id": null,
"home_page": "https://github.com/JBKahn/rednose",
"name": "rednose",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "test nosetests nose nosetest output colour console",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/3a/a8/4b73ae7466c2e9b63b3c4d66040d1c0eda1f764812353753702546d8c87f/rednose-1.3.0.tar.gz",
"platform": "",
"description": "=========\nrednose\n=========\n\nrednose is a `nosetests`_\nplugin for adding colour (and readability) to nosetest console results.\n\n.. image:: rednose_example.png\n\t:scale: 50 %\n\t:align: center\n\nInstallation:\n-------------\n::\n\n\tpip install rednose\n\t\nor from the source::\n\n\tpython setup.py install\n\nRednose officially supports Python 2.7, 3.4, and 3.5.\n\nUsage:\n------\n::\n\n\tnosetests --rednose\n\nor::\n\n\texport NOSE_REDNOSE=1\n\tnosetests\n\nRednose by default uses auto-colouring, which will only use\ncolour if you're running it on a terminal (i.e not piping it\nto a file). To control colouring, use one of::\n\n\tnosetests --rednose --force-color\n\tnosetests --no-color\n\n(you can also control this by setting the environment variable NOSE_REDNOSE_COLOR to 'force' or 'no')\n\nRednose by default prints file paths relative to the working\ndirectory. If you want the full path in the traceback then\nuse::\n\n\tnosetests --rednose --full-file-path\n\nRednose by default prints error style formating for skipped tests,\nto supress this use::\n\n\tnosetests --rednose --hide-skips\n\nRednose supports printing the test results mid run as well as at\nthe end, to enable it use::\n\n\tnosetests --rednose --immediate\n\n.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "coloured output for nosetests",
"version": "1.3.0",
"split_keywords": [
"test",
"nosetests",
"nose",
"nosetest",
"output",
"colour",
"console"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "11f9d74f6a7241093afa6529f2c2f282",
"sha256": "6da77917788be277b70259edc0bb92fc6f28fe268b765b4ea88206cc3543a3e1"
},
"downloads": -1,
"filename": "rednose-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "11f9d74f6a7241093afa6529f2c2f282",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10299,
"upload_time": "2018-02-11T18:07:58",
"upload_time_iso_8601": "2018-02-11T18:07:58.700948Z",
"url": "https://files.pythonhosted.org/packages/3a/a8/4b73ae7466c2e9b63b3c4d66040d1c0eda1f764812353753702546d8c87f/rednose-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-02-11 18:07:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "JBKahn",
"github_project": "rednose",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"lcname": "rednose"
}