pytest-cases


Namepytest-cases JSON
Version 3.8.6 PyPI version JSON
download
home_pagehttps://github.com/smarie/python-pytest-cases
SummarySeparate test code from test cases in pytest.
upload_time2024-09-26 22:02:17
maintainerSylvain MARIE <sylvain.marie@se.com>
docs_urlNone
authorSylvain MARIE <sylvain.marie@se.com>
requires_pythonNone
licenseBSD 3-Clause
keywords pytest test case testcase test-case decorator parametrize parameter data dataset file separate concerns lazy fixture union
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytest-cases

[![Python versions](https://img.shields.io/pypi/pyversions/pytest-cases.svg)](https://pypi.python.org/pypi/pytest-cases/) ![Pytest versions](https://img.shields.io/badge/pytest-2%20%7C%203%20%7C%204%20%7C%205%20%7C%206%20%7C%207-blue) [![Build Status](https://github.com/smarie/python-pytest-cases/actions/workflows/base.yml/badge.svg)](https://github.com/smarie/python-pytest-cases/actions/workflows/base.yml) [![Tests Status](https://smarie.github.io/python-pytest-cases/reports/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/junit/report.html) [![Coverage Status](https://smarie.github.io/python-pytest-cases/reports/coverage/coverage-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/coverage/index.html) [![codecov](https://codecov.io/gh/smarie/python-pytest-cases/branch/main/graph/badge.svg)](https://codecov.io/gh/smarie/python-pytest-cases) [![Flake8 Status](https://smarie.github.io/python-pytest-cases/reports/flake8/flake8-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/flake8/index.html)

[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-pytest-cases/) [![PyPI](https://img.shields.io/pypi/v/pytest-cases.svg)](https://pypi.python.org/pypi/pytest-cases/) [![Downloads](https://pepy.tech/badge/pytest-cases)](https://pepy.tech/project/pytest-cases) [![Downloads per week](https://pepy.tech/badge/pytest-cases/week)](https://pepy.tech/project/pytest-cases) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-pytest-cases.svg)](https://github.com/smarie/python-pytest-cases/stargazers) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3937829.svg)](https://doi.org/10.5281/zenodo.3937829)

Separate test code from test cases in `pytest`.

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smarie/python-pytest-cases",
    "name": "pytest-cases",
    "maintainer": "Sylvain MARIE <sylvain.marie@se.com>",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pytest test case testcase test-case decorator parametrize parameter data dataset file separate concerns lazy fixture union",
    "author": "Sylvain MARIE <sylvain.marie@se.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/15/cb/d0d0810f9771b7daf35be7f283035c7a24c8c53b0272be458aebc2169ced/pytest_cases-3.8.6.tar.gz",
    "platform": null,
    "description": "# pytest-cases\n\n[![Python versions](https://img.shields.io/pypi/pyversions/pytest-cases.svg)](https://pypi.python.org/pypi/pytest-cases/) ![Pytest versions](https://img.shields.io/badge/pytest-2%20%7C%203%20%7C%204%20%7C%205%20%7C%206%20%7C%207-blue) [![Build Status](https://github.com/smarie/python-pytest-cases/actions/workflows/base.yml/badge.svg)](https://github.com/smarie/python-pytest-cases/actions/workflows/base.yml) [![Tests Status](https://smarie.github.io/python-pytest-cases/reports/junit/junit-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/junit/report.html) [![Coverage Status](https://smarie.github.io/python-pytest-cases/reports/coverage/coverage-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/coverage/index.html) [![codecov](https://codecov.io/gh/smarie/python-pytest-cases/branch/main/graph/badge.svg)](https://codecov.io/gh/smarie/python-pytest-cases) [![Flake8 Status](https://smarie.github.io/python-pytest-cases/reports/flake8/flake8-badge.svg?dummy=8484744)](https://smarie.github.io/python-pytest-cases/reports/flake8/index.html)\n\n[![Documentation](https://img.shields.io/badge/doc-latest-blue.svg)](https://smarie.github.io/python-pytest-cases/) [![PyPI](https://img.shields.io/pypi/v/pytest-cases.svg)](https://pypi.python.org/pypi/pytest-cases/) [![Downloads](https://pepy.tech/badge/pytest-cases)](https://pepy.tech/project/pytest-cases) [![Downloads per week](https://pepy.tech/badge/pytest-cases/week)](https://pepy.tech/project/pytest-cases) [![GitHub stars](https://img.shields.io/github/stars/smarie/python-pytest-cases.svg)](https://github.com/smarie/python-pytest-cases/stargazers) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3937829.svg)](https://doi.org/10.5281/zenodo.3937829)\n\nSeparate test code from test cases in `pytest`.\n\nThe documentation for users is available here: [https://smarie.github.io/python-pytest-cases/](https://smarie.github.io/python-pytest-cases/)\n\nA readme for developers is available here: [https://github.com/smarie/python-pytest-cases](https://github.com/smarie/python-pytest-cases)\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "Separate test code from test cases in pytest.",
    "version": "3.8.6",
    "project_urls": {
        "Download": "https://github.com/smarie/python-pytest-cases/tarball/3.8.6",
        "Homepage": "https://github.com/smarie/python-pytest-cases"
    },
    "split_keywords": [
        "pytest",
        "test",
        "case",
        "testcase",
        "test-case",
        "decorator",
        "parametrize",
        "parameter",
        "data",
        "dataset",
        "file",
        "separate",
        "concerns",
        "lazy",
        "fixture",
        "union"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7863965396a32be6f2cd6d16650ef1e103caf5df92a530087bb0cf0b2509a04e",
                "md5": "e27e01a5b76d55803b3c18c4c5f0a9c4",
                "sha256": "564c722492ea7e7ec3ac433fd14070180e65866f49fa35bfe938c0d5d9afba67"
            },
            "downloads": -1,
            "filename": "pytest_cases-3.8.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e27e01a5b76d55803b3c18c4c5f0a9c4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 107283,
            "upload_time": "2024-09-26T22:02:16",
            "upload_time_iso_8601": "2024-09-26T22:02:16.034613Z",
            "url": "https://files.pythonhosted.org/packages/78/63/965396a32be6f2cd6d16650ef1e103caf5df92a530087bb0cf0b2509a04e/pytest_cases-3.8.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15cbd0d0810f9771b7daf35be7f283035c7a24c8c53b0272be458aebc2169ced",
                "md5": "7cc936e4d30d0e7a2391267fe2869c3d",
                "sha256": "5c24e0ab0cb6f8e802a469b7965906a333d3babb874586ebc56f7e2cbe1a7c44"
            },
            "downloads": -1,
            "filename": "pytest_cases-3.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7cc936e4d30d0e7a2391267fe2869c3d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1092150,
            "upload_time": "2024-09-26T22:02:17",
            "upload_time_iso_8601": "2024-09-26T22:02:17.995545Z",
            "url": "https://files.pythonhosted.org/packages/15/cb/d0d0810f9771b7daf35be7f283035c7a24c8c53b0272be458aebc2169ced/pytest_cases-3.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 22:02:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smarie",
    "github_project": "python-pytest-cases",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-cases"
}
        
Elapsed time: 0.34280s