Metadata-Version: 2.1
Name: pytest-cases
Version: 1.3.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.3.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: makefun
Requires-Dist: functools32 ; python_version < "3.2"
Requires-Dist: funcsigs ; python_version < "3.3"

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

|Build Status| |Tests Status| |codecov| |Documentation| |PyPI|

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

.. |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/docs-latest-blue.svg
   :target: https://smarie.github.io/python-pytest-cases/
.. |PyPI| image:: https://img.shields.io/badge/PyPI-pytest_cases-blue.svg
   :target: https://pypi.python.org/pypi/pytest_cases/


