Bazinga is a nose plugin to run tests only if their dependencies were modified
Project description
Bazinga is a nose plugin 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
Nose
Snakefood
LICENSE
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Bazinga-0.2.tar.gz
(3.0 kB
view hashes)