Metadata-Version: 2.0
Name: pytest-metadata
Version: 1.1.0
Summary: pytest plugin for test session metadata
Home-page: https://github.com/davehunt/pytest-metadata
Author: Dave Hunt
Author-email: dhunt@mozilla.com
License: Mozilla Public License 2.0 (MPL 2.0)
Keywords: py.test pytest metadata
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pytest (>=2.9.0)

pytest-metadata
===============

pytest-metadata is a plugin for `pytest <http://pytest.org>`_ that provides
access to test session metadata.

.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
   :target: https://github.com/davehunt/pytest-html/blob/master/LICENSE
   :alt: License
.. image:: https://img.shields.io/pypi/v/pytest-metadata.svg
   :target: https://pypi.python.org/pypi/pytest-metadata/
   :alt: PyPI
.. image:: https://img.shields.io/travis/davehunt/pytest-metadata.svg
   :target: https://travis-ci.org/davehunt/pytest-metadata/
   :alt: Travis
.. image:: https://img.shields.io/github/issues-raw/davehunt/pytest-metadata.svg
   :target: https://github.com/davehunt/pytest-metadata/issues
   :alt: Issues
.. image:: https://img.shields.io/requires/github/pytest-metadata/pytest-metadata.svg
   :target: https://requires.io/github/davehunt/pytest-metadata/requirements/?branch=master
   :alt: Requirements

Requirements
------------

You will need the following prerequisites in order to use pytest-metadata:

- Python 2.7, 3.6, PyPy, or PyPy3
- pytest 2.9.0 or newer

Installation
------------

To install pytest-metadata:

.. code-block:: bash

  $ pip install pytest-metadata

Resources
---------

- `Release Notes <http://github.com/davehunt/pytest-metadata/blob/master/CHANGES.rst>`_
- `Issue Tracker <http://github.com/davehunt/pytest-metadata/issues>`_
- `Code <http://github.com/davehunt/pytest-metadata/>`_


