Metadata-Version: 1.0
Name: pytest-rage
Version: 0.1
Summary: pytest plugin to implement PEP712
Home-page: http://github.com/santagada/pytest-rage/
Author: Leonardo Santagada
Author-email: santagada@gmail.com
License: MIT
Description: pytest plugin to implement PEP712
        
        Usage
        -----
        
        install/update via::
        
            pip install -U pytest-rage
        
        and to run tests type::
        
            py.test
        
        if more than 7 tests fails fffffffuuuuu happens :)
        
        Notes
        -----
        
        The official repository of this plugin is at http://github.com/santagada/pytest-rage
        
        For more info on py.test see http://pytest.org
        
        Based on PEP712: http://www.revsys.com/blog/2011/oct/20/pep712-proposal-make-unittest2-more-accurate/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
