Metadata-Version: 1.1
Name: pytest-sugar
Version: 0.2.1
Summary:  py.test plugin that adds instafail, ETA and neat graphics
Home-page: http://pivotfinland.com/pytest-sugar/
Author: Teemu, Janne Vanhala
Author-email: orkkiolento@gmail.com, janne.vanhala@gmail.com
License: BSD
Description: pytest-sugar
        ================
        
        Please see http://pivotfinland.com/pytest-sugar/
        
        |build status|_
        
        .. |build status| image:: https://secure.travis-ci.org/Frozenball/pytest-sugar.png?branch=master
           :alt: Build Status
        .. _build status: http://travis-ci.org/Frozenball/pytest-sugar
        
        pytest-sugar is a plugin for `py.test <http://pytest.org>`_ that shows
        failures and errors instantly and shows a progress bar.
        
        Requirements
        ------------
        
        You will need the following prerequisites in order to use pytest-instafail:
        
        - Python 2.5, 2.6, 2.7, 3.2, 3.3 or PyPy
        - pytest 2.3 or newer
        
        Installation
        ------------
        
        To install pytest-sugar::
        
            $ pip install pytest-sugar
        
        Then run your tests with::
        
            $ py.test
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
