Metadata-Version: 1.0
Name: Bazinga
Version: 0.1.2
Summary: Bazinga is a nose plugin to run tests only if their dependencies were modified
Home-page: https://github.com/jbochi/bazinga
Author: Juarez Bochi
Author-email: jbochi@gmail.com
License: MIT
Description: =======
        Bazinga
        =======
        
        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
        
        
        Requirements
        ============
        
        * Nose
        * Snakefood
        
        LICENSE
        =======
        
        * MIT License
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
