Metadata-Version: 1.1
Name: pytest-colordots
Version: 0.1
Summary: Colorizes the progress indicators
Home-page: https://github.com/svenstaro/pytest-colordots
Author: Sven-Hendrik Haase
Author-email: sh@lutzhaase.com
License: MIT
Description: pytest-colordots
        ================
        
        Colorizes the progress indicators
        
        This is an adoption of [pytest-greendots](https://pypi.python.org/pypi/pytest-greendots)
        which sadly does not have an upstream repository.
        
        Usage
        -----
        
        Install with:
        
            pip install -U pytest-colordots
        
        and then run your test suite:
        
            py.test
        
        and marvel at all the pretty colors
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
