flakytest


Nameflakytest JSON
Version 2023.0b11 PyPI version JSON
download
home_page
SummaryPytest plugin for flakytest.dev
upload_time2023-12-27 12:21:22
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords flaky pytest test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flakytest-python

[![PyPI - Version](https://img.shields.io/pypi/v/flakytest.svg)](https://pypi.org/project/flakytest)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flakytest.svg)](https://pypi.org/project/flakytest)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

> [!WARNING]
> flakytest is currently in beta. It is not recommended to use it in production.

```console
pip install flakytest
```

Obtain the `FLAKYTEST_SECRET_TOKEN` from [flakytest.dev](https://flakytest.dev/) and set it as an environment variable (e.g. your secrets store in your CI/CD pipeline)

```console
export FLAKYTEST_SECRET_TOKEN=****************************
```

Run your tests with `pytest` normally

```console
pytest
```

## License

`flakytest` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flakytest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "flaky,pytest,test",
    "author": "",
    "author_email": "An\u017ee Pe\u010dar <anze@pecar.me>",
    "download_url": "https://files.pythonhosted.org/packages/2e/4a/22bd4fbf050c50fa18a6096463bef707ae03b0c8db8515107d4a94d4f3a6/flakytest-2023.0b11.tar.gz",
    "platform": null,
    "description": "# flakytest-python\n\n[![PyPI - Version](https://img.shields.io/pypi/v/flakytest.svg)](https://pypi.org/project/flakytest)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flakytest.svg)](https://pypi.org/project/flakytest)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n\n## Installation\n\n> [!WARNING]\n> flakytest is currently in beta. It is not recommended to use it in production.\n\n```console\npip install flakytest\n```\n\nObtain the `FLAKYTEST_SECRET_TOKEN` from [flakytest.dev](https://flakytest.dev/) and set it as an environment variable (e.g. your secrets store in your CI/CD pipeline)\n\n```console\nexport FLAKYTEST_SECRET_TOKEN=****************************\n```\n\nRun your tests with `pytest` normally\n\n```console\npytest\n```\n\n## License\n\n`flakytest` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Pytest plugin for flakytest.dev",
    "version": "2023.0b11",
    "project_urls": {
        "Changelog": "https://github.com/anze3db/flakytest-python/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/anze3db/flakytest-python#readme",
        "Issues": "https://github.com/anze3db/flakytest-python/issues",
        "Mastodon": "https://fosstodon.org/@anze3db",
        "Source": "https://github.com/anze3db/flakytest-python",
        "Twitter": "https://twitter.com/anze3db"
    },
    "split_keywords": [
        "flaky",
        "pytest",
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f7fd6c05ecb5685a1a56b8d55d7a817eaee96b24b980d67a8ce6a2137171fb0",
                "md5": "4c2ecd401327cffa00b9c0d531426b63",
                "sha256": "b66fd6146363191c108466cb41567c338e371a4e692baf038a790e50803e94e0"
            },
            "downloads": -1,
            "filename": "flakytest-2023.0b11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c2ecd401327cffa00b9c0d531426b63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8143,
            "upload_time": "2023-12-27T12:21:18",
            "upload_time_iso_8601": "2023-12-27T12:21:18.912483Z",
            "url": "https://files.pythonhosted.org/packages/1f/7f/d6c05ecb5685a1a56b8d55d7a817eaee96b24b980d67a8ce6a2137171fb0/flakytest-2023.0b11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e4a22bd4fbf050c50fa18a6096463bef707ae03b0c8db8515107d4a94d4f3a6",
                "md5": "eb26f5acf24a795c0060be0ceb5c3794",
                "sha256": "e2f08ce0db3043fca7523d9d6bcbe2942c31e423338276356f1fcc070774ccb8"
            },
            "downloads": -1,
            "filename": "flakytest-2023.0b11.tar.gz",
            "has_sig": false,
            "md5_digest": "eb26f5acf24a795c0060be0ceb5c3794",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9243,
            "upload_time": "2023-12-27T12:21:22",
            "upload_time_iso_8601": "2023-12-27T12:21:22.053507Z",
            "url": "https://files.pythonhosted.org/packages/2e/4a/22bd4fbf050c50fa18a6096463bef707ae03b0c8db8515107d4a94d4f3a6/flakytest-2023.0b11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 12:21:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anze3db",
    "github_project": "flakytest-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "flakytest"
}
        
Elapsed time: 0.16719s