Software Details:
Version: 0.2.4
Upload Date: 11 May 15
Distribution Type: Freeware
Downloads: 69
Bazinga is a plugin for nose to run incremental tests.
It recursively detects what are the dependencies for each test module by looking at the modules that are imported. If no dependency file was changed since the last successful test, it skips all the tests in that module.
Installation
pip install Bazinga
Usage
nosetests --with-bazinga
Debugging
nosetests --with-bazinga --debug=bazinga
Requirements:
- Python
- nose
- snakefood
Comments not found