Metadata-Version: 1.1
Name: pytest-eradicate
Version: 0.0.1
Summary: pytest plugin to check for commented out code
Home-page: https://github.com/spil-johan/pytest-eradicate
Author: Johan Bloemberg
Author-email: johan.bloemberg@spilgames.com
License: MIT license
Description: pytest-eradicate
        ===============================================================
        
        [Pytest](http://pytest.org/) plugin for detecting commented out code in python files.
        
        Usage
        ---------
        
        install via::
        
            pip install pytest-eradicate
        
        if you then type::
        
            py.test --eradicade
            
        every file ending in ``.py`` will be discovered and checked
        for commented out code.
        
        Eradicate
        ---------
        
        Eradicate is a tool to detect commented out code in Python files.
        
        [Eradicate Github](https://github.com/myint/eradicate)
        
        As the developer states commented out code has no place in your repository.
        
        Besides that, commented out code is often an indicator for debug statements left behind or
        code moved out of the way during development.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
