Metadata-Version: 2.1
Name: pytest-polarion-collect
Version: 0.24.0
Summary: pytest plugin for collecting polarion test cases data
Home-page: https://gitlab.com/mkourim/pytest-polarion-collect
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
Requires-Dist: polarion-docstrings (>=0.21.0)
Requires-Dist: polarion-tools-common

=======================
pytest-polarion-collect
=======================

pytest plugin for collecting test cases and corresponding Polarion data.


Usage
-----
Collect tests data::

    $ py.test --collect-only --generate-json

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

    $ pip install pytest-polarion-collect

