https://github.com/erikzaadi/nose-rapido
Rapid feedback notifier for Nose
https://github.com/erikzaadi/nose-rapido
Last synced: 2 months ago
JSON representation
Rapid feedback notifier for Nose
- Host: GitHub
- URL: https://github.com/erikzaadi/nose-rapido
- Owner: erikzaadi
- License: other
- Created: 2013-06-23T11:33:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-23T12:37:46.000Z (almost 12 years ago)
- Last Synced: 2025-03-16T15:54:05.814Z (2 months ago)
- Language: Python
- Size: 1020 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
nose-rapido
===========.. image:: https://secure.travis-ci.org/erikzaadi/nose-rapido.png?branch=master
:target: http://travis-ci.org/erikzaadi/nose-rapidoA Nose plugin that allows to get rapid feedback from tests, by filling your terminal either with green (can be changed to blue) or red background, depending on your tests result.
Use together with a continuous running test plugin such as `nose-watch `_ for optimal results.
Installation
============
::pip install nose-rapido
How to use
==========In order to use this plugin use the ``--with-rapido`` switch::
nosetests --with-rapido
**NOTE:** nose-rapido will override any output you have from other plugins.
You can also replace the color green for successfull tests to blue (easier to see for colorblinded)::
nosetests --with-rapido --rapido-blue
Screenshots
===========Good
.. image:: https://github.com/erikzaadi/nose-rapido/raw/master/screenshots/good.png
:target: https://github.com/erikzaadi/nose-rapido/blob/master/screenshots/good.pngBad
.. image:: https://github.com/erikzaadi/nose-rapido/raw/master/screenshots/bad.png
:target: https://github.com/erikzaadi/nose-rapido/blob/master/screenshots/bad.pngBlue
.. image:: https://github.com/erikzaadi/nose-rapido/raw/master/screenshots/blue.png
:target: https://github.com/erikzaadi/nose-rapido/blob/master/screenshots/blue.pngDevelopment
===========Preferably in a virtualenv::
pip install -r requirements-dev.txt
nosetests