Metadata-Version: 1.1
Name: nose-mocha-reporter
Version: 0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Mathieu Leplatre
Author-email: contact@mathieu-leplatre.info
License: WTFPL
Description: ###################
        nose-mocha-reporter
        ###################
        
        Mimic default Mocha test reporter
        
        
        INSTALL
        =======
        
        ::
        
            python setup.py install
        
        
        USAGE
        =====
        
        ::
        
            nosetests --with-mocha-reporter
        
        .. image:: capture.png
           :align: center
        
        
        KNOWN PROBLEMS
        ==============
        
        * Default Nose output is not fully removed (e.g. verbose mode)
        
        
        LICENSE
        =======
        
        * WTFPL
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
