Metadata-Version: 1.1
Name: pytest-github
Version: 0.0.1
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](https://img.shields.io/travis/jlaska/pytest-github.svg)](https://travis-ci.org/jlaska/pytest-github)
        [![Coverage Status](https://img.shields.io/coveralls/jlaska/pytest-github.svg)](https://coveralls.io/r/jlaska/pytest-github)
        [![Requirements Status](https://requires.io/github/jlaska/pytest-github/requirements.svg?branch=master)](https://requires.io/github/jlaska/pytest-github/requirements/?branch=master)
        [![Version](https://img.shields.io/pypi/v/pytest-github.svg)](https://pypi.python.org/pypi/pytest-github/)
        [![Downloads](https://img.shields.io/pypi/dm/pytest-github.svg)](https://pypi.python.org/pypi/pytest-github/)
        [![License](https://img.shields.io/pypi/l/pytest-github.svg)](https://pypi.python.org/pypi/pytest-github/)
        [![Supported Python Versions](https://img.shields.io/pypi/pyversions/pytest-github.svg)](https://pypi.python.org/pypi/pytest-github/)
        
        Plugin for py.test that integrates with github using markers.  Integration
        allows tests to xfail (or skip) based on the status of linked github cards.
        
        ## Release History
        
        ### 0.0.1 (2016-02-19)
        
        * No joke, first release!
        
        
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
