Metadata-Version: 1.1
Name: pytest-colordots
Version: 1.1
Summary: Colorizes the progress indicators
Home-page: https://github.com/svenstaro/pytest-colordots
Author: Sven-Hendrik Haase
Author-email: svenstaro@gmail.com
License: MIT
Description: pytest-colordots
        ================
        
        Colorizes the progress indicators
        
        ![Screenshot](screenshot.png)
        
        Usage
        -----
        
        Install with:
        
            pip install -U pytest-colordots
        
        and then run your test suite:
        
            py.test
        
        and marvel at all the pretty colors
        
        
        Compatibility
        -------------
        
        This plugin uses colorama and should therefore work on Linux, OSX, BSD and
        Windows.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
