Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/flakytest-python
Pytest plugin for flakytest.com
https://github.com/anze3db/flakytest-python
Last synced: 12 days ago
JSON representation
Pytest plugin for flakytest.com
- Host: GitHub
- URL: https://github.com/anze3db/flakytest-python
- Owner: anze3db
- License: mit
- Created: 2023-09-24T07:18:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:58:32.000Z (7 months ago)
- Last Synced: 2024-04-14T13:18:18.465Z (7 months ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.