Metadata-Version: 2.1
Name: pytest-cases
Version: 1.8.0
Summary: Separate test code from test cases in pytest.
Home-page: https://github.com/smarie/python-pytest-cases
Maintainer: Sylvain MARIE
Maintainer-email: sylvain.marie@schneider-electric.com
License: BSD 3-Clause
Download-URL: https://github.com/smarie/python-pytest-cases/tarball/1.8.0
Keywords: pytest test case testcase test-case decorator parametrize parameter data dataset file separate concerns
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Pytest
Requires-Dist: wrapt
Requires-Dist: decopatch
Requires-Dist: makefun
Requires-Dist: functools32 ; python_version < "3.2"
Requires-Dist: funcsigs ; python_version < "3.3"
Requires-Dist: enum34 ; python_version < "3.4"

pytest-cases
============

|Python versions| |Build Status| |Tests Status| |codecov|

|Documentation| |PyPI| |Downloads| |Downloads per week| |GitHub stars|

Separate test code from test cases in ``pytest``.

The documentation for users is available here:
https://smarie.github.io/python-pytest-cases/

A readme for developers is available here:
https://github.com/smarie/python-pytest-cases

.. |Python versions| image:: https://img.shields.io/pypi/pyversions/pytest-cases.svg
   :target: https://pypi.python.org/pypi/pytest-cases/
.. |Build Status| image:: https://travis-ci.org/smarie/python-pytest-cases.svg?branch=master
   :target: https://travis-ci.org/smarie/python-pytest-cases
.. |Tests Status| image:: https://smarie.github.io/python-pytest-cases/junit/junit-badge.svg?dummy=8484744
   :target: https://smarie.github.io/python-pytest-cases/junit/report.html
.. |codecov| image:: https://codecov.io/gh/smarie/python-pytest-cases/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/smarie/python-pytest-cases
.. |Documentation| image:: https://img.shields.io/badge/doc-latest-blue.svg
   :target: https://smarie.github.io/python-pytest-cases/
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-cases.svg
   :target: https://pypi.python.org/pypi/pytest-cases/
.. |Downloads| image:: https://pepy.tech/badge/pytest-cases
   :target: https://pepy.tech/project/pytest-cases
.. |Downloads per week| image:: https://pepy.tech/badge/pytest-cases/week
   :target: https://pepy.tech/project/pytest-cases
.. |GitHub stars| image:: https://img.shields.io/github/stars/smarie/python-pytest-cases.svg
   :target: https://github.com/smarie/python-pytest-cases/stargazers


