Metadata-Version: 1.2
Name: pytest-redmine
Version: 0.0.1
Summary: Pytest plugin for redmine
Home-page: https://github.com/matisla/pytest-redmine
Author: Matthieu Herrmann
Author-email: UNKNOWN
License: MIT license
Description: 
        
        pytest-redmine
        ==============
        
        [![Build Status](https://travis-ci.org/matisla/pytest-redmine.svg?branch=master)](https://travis-ci.org/matisla/pytest-redmine)
        [![PyPI Version](https://img.shields.io/pypi/v/pytest-redmine.svg)](https://pypi.python.org/pypi/pytest-redmine)
        [![PyPI Status](https://img.shields.io/pypi/status/pytest-redmine.svg)](https://pypi.python.org/pypi/pytest-redmine)
        
        Installation
        ------------
        
        Install the plugin using pip
        
        <pre>
        <code class="python">
        	pip install pytest-redmine
        </code>
        </pre>
        
        
        
Keywords: redmine,pytest,py.test
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
