Metadata-Version: 2.1
Name: pytest-report-parameters
Version: 0.4.1
Summary: pytest plugin for adding tests' parameters to junit report
Home-page: https://gitlab.com/mkourim/pytest-report-parameters
Author: Martin Kourim
Author-email: mkourim@redhat.com
License: MIT
Keywords: polarion,py.test,pytest,testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Requires-Dist: pytest (>=2.4.2)
Requires-Dist: six

========================
pytest-report-parameters
========================

pytest plugin for adding tests' parameters to junit report.


Install
-------
Install this plugin::

    $ pip install pytest-report-parameters

