Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikzaadi/nose-rapido
Rapid feedback notifier for Nose
https://github.com/erikzaadi/nose-rapido
Last synced: 19 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-23T12:37:46.000Z (over 11 years ago)
- Last Synced: 2024-10-08T13:22:09.804Z (about 1 month ago)
- Language: Python
- Size: 1020 KB
- Stars: 3
- Watchers: 2
- 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