Metadata-Version: 2.1
Name: pytest-plus
Version: 0.1a0
Summary: PyTest Plus Plugin :: extends pytest functionality
Home-page: https://github.com/pycontribs/pytest-plus
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
Maintainer: Sorin Sbarnea
Maintainer-email: sorin.sbarnea@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/pycontribs/pytest-plus/issues
Project-URL: Release Management, https://github.com/pycontribs/pytest-plus/releases
Project-URL: Source Code, https://github.com/pycontribs/pytest-plus
Keywords: testing,pytest,plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/x-rst
Requires-Dist: pytest (>=3.50)
Requires-Dist: more-itertools (<6,>=5) ; python_version < "3.0"
Requires-Dist: more-itertools (>=6) ; python_version >= "3.0"
Provides-Extra: test
Requires-Dist: pytest-html ; extra == 'test'

===========
pytest-plus
===========

.. image:: https://img.shields.io/pypi/v/pytest-plus.svg
    :target: https://pypi.org/project/pytest-plus
    :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-plus.svg
    :target: https://pypi.org/project/pytest-plus
    :alt: Python versions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/python/black
    :alt: Python Black Code Style

PyTest Plus Plugin :: extends pytest functionality

----

TBD

Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed
description.

.. _`MIT`: http://opensource.org/licenses/MIT
.. _`file an issue`: https://github.com/pycontribs/pytest-plus/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project
.. _markers: http://doc.pytest.org/en/latest/example/markers.html


