Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
rednose is a nosetests
_
plugin for adding colour (and readability) to nosetest console results.
.. image:: rednose_example.png :scale: 50 % :align: center
::
pip install rednose
or from the source::
python setup.py install
Rednose officially supports Python 2.7, 3.4, and 3.5.
::
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/
FAQs
coloured output for nosetests
We found that rednose demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.