Metadata-Version: 1.1
Name: pytest-github
Version: 0.0.2
Summary: Plugin for py.test that associates tests with github issues using a marker.
Home-page: http://github.com/jlaska/pytest-github
Author: James Laska
Author-email: <jlaska@ansible.com>
License: MIT
Description: pytest-github
        =============
        
        |Build Status| |Coverage Status| |Requirements Status| |Version|
        |Downloads| |License| |Supported Python Versions|
        
        Plugin for py.test that integrates with github using markers.
        Integration allows tests to xfail (or skip) based on the status of
        linked github issues.
        
        .. |Build Status| image:: https://img.shields.io/travis/jlaska/pytest-github.svg
           :target: https://travis-ci.org/jlaska/pytest-github
        .. |Coverage Status| image:: https://img.shields.io/coveralls/jlaska/pytest-github.svg
           :target: https://coveralls.io/r/jlaska/pytest-github
        .. |Requirements Status| image:: https://requires.io/github/jlaska/pytest-github/requirements.svg?branch=master
           :target: https://requires.io/github/jlaska/pytest-github/requirements/?branch=master
        .. |Version| image:: https://img.shields.io/pypi/v/pytest-github.svg
           :target: https://pypi.python.org/pypi/pytest-github/
        .. |Downloads| image:: https://img.shields.io/pypi/dm/pytest-github.svg
           :target: https://pypi.python.org/pypi/pytest-github/
        .. |License| image:: https://img.shields.io/pypi/l/pytest-github.svg
           :target: https://pypi.python.org/pypi/pytest-github/
        .. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/pytest-github.svg
           :target: https://pypi.python.org/pypi/pytest-github/
        
Keywords: py.test pytest testing github issues
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 :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
