Metadata-Version: 1.1
Name: pytest-trello
Version: 0.0.6
Summary: Plugin for py.test that integrates trello using markers
Home-page: http://github.com/jlaska/pytest-trello
Author: James Laska
Author-email: <jlaska@ansible.com>
License: MIT
Description: 
        pytest-trello
        =============
        
        |Current Version| |Supported Python versions| |Downloads| |Build Status|
        |Coverage Status| |License|
        
        Plugin for py.test that integrates with trello using markers.
        Integration allows tests to xfail (or skip) based on the status of
        linked trello cards.
        
        .. |Current Version| image:: https://pypip.in/v/pytest-trello/badge.svg
           :target: https://pypi.python.org/pypi/pytest-trello/
        .. |Supported Python versions| image:: https://pypip.in/py_versions/pytest-trello/badge.svg
           :target: https://pypi.python.org/pypi/pytest-trello/
        .. |Downloads| image:: https://pypip.in/d/pytest-trello/badge.svg
           :target: https://pypi.python.org/pypi/pytest-trello/
        .. |Build Status| image:: https://travis-ci.org/jlaska/pytest-trello.svg?branch=master
           :target: https://travis-ci.org/jlaska/pytest-trello
        .. |Coverage Status| image:: https://coveralls.io/repos/jlaska/pytest-trello/badge.svg?branch=master
           :target: https://coveralls.io/r/jlaska/pytest-trello?branch=master
        .. |License| image:: https://pypip.in/license/pytest-trello/badge.svg
           :target: https://pypi.python.org/pypi/pytest-trello/
        
        Release History
        ---------------
        
        0.0.6 (2015-04-23)
        ~~~~~~~~~~~~~~~~~~
        
        -  Protect against exceptions from the trello library
        
        0.0.5 (2015-04-08)
        ~~~~~~~~~~~~~~~~~~
        
        -  Remove flake8 from setup\_requires
        
        0.0.4 (2015-04-07)
        ~~~~~~~~~~~~~~~~~~
        
        -  Fix an issue during egg\_info when pandoc is not installed
        
        0.0.3 (2015-04-06)
        ~~~~~~~~~~~~~~~~~~
        
        -  Plugin will warn, but not fail when providing bogus --trello-cfg
           options
        
        0.0.2 (2015-04-06)
        ~~~~~~~~~~~~~~~~~~
        
        -  New --trello-cfg YAML format
        -  Support for 401 trello authentication errors
        
        0.0.1 (2015-04-01)
        ~~~~~~~~~~~~~~~~~~
        
        -  No joke, first release!
        
Keywords: py.test pytest trello
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7 
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
