pytest-retry-class


Namepytest-retry-class JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/Abhishekvaish/pytest-retry-class
SummaryA pytest plugin to rerun entire class on failure
upload_time2024-11-24 11:36:32
maintainerNone
docs_urlNone
authorAbhishek Vaish, Jarosław Tanistra
requires_pythonNone
licenseMIT
keywords python pytest retry class retry failed test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A pytest plugin that reruns all the tests inside a class if any test inside the class fails

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Abhishekvaish/pytest-retry-class",
    "name": "pytest-retry-class",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, pytest, retry class, retry failed test",
    "author": "Abhishek Vaish, Jaros\u0142aw Tanistra",
    "author_email": "vaishabhishek104@gmail.com, jaroslaw.tanistra@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/00/b4/16bac013dc949e8e34f9c5c3c70457d316ca17998da9e727fe3f0d259e92/pytest_retry_class-0.2.0.tar.gz",
    "platform": null,
    "description": "A pytest plugin that reruns all the tests inside a class if any test inside the class fails\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A pytest plugin to rerun entire class on failure",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Abhishekvaish/pytest-retry-class"
    },
    "split_keywords": [
        "python",
        " pytest",
        " retry class",
        " retry failed test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ac423f2f5d8f1c006ecbf4376f70ecd24cedd796af35868bebc6dccb3b6e8b7",
                "md5": "4f266d64af57eae7af908a8a4a34ef9b",
                "sha256": "b1bdae94a7df52659def8ceaeb31a8e286e1e18bcf8cebeac7b65d59e0c6b860"
            },
            "downloads": -1,
            "filename": "pytest_retry_class-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f266d64af57eae7af908a8a4a34ef9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3665,
            "upload_time": "2024-11-24T11:36:30",
            "upload_time_iso_8601": "2024-11-24T11:36:30.432719Z",
            "url": "https://files.pythonhosted.org/packages/1a/c4/23f2f5d8f1c006ecbf4376f70ecd24cedd796af35868bebc6dccb3b6e8b7/pytest_retry_class-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00b416bac013dc949e8e34f9c5c3c70457d316ca17998da9e727fe3f0d259e92",
                "md5": "9e840358a68124831b53ccf284b6cd12",
                "sha256": "465690011b89dd9512e530cf1984a2ab3dcbb4b4fc00d544dc262af63cb1784f"
            },
            "downloads": -1,
            "filename": "pytest_retry_class-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9e840358a68124831b53ccf284b6cd12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3607,
            "upload_time": "2024-11-24T11:36:32",
            "upload_time_iso_8601": "2024-11-24T11:36:32.043661Z",
            "url": "https://files.pythonhosted.org/packages/00/b4/16bac013dc949e8e34f9c5c3c70457d316ca17998da9e727fe3f0d259e92/pytest_retry_class-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 11:36:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Abhishekvaish",
    "github_project": "pytest-retry-class",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pytest-retry-class"
}
        
Elapsed time: 0.81866s