Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/flakytest-python-example

An example project showing how to use flakytest.dev
https://github.com/anze3db/flakytest-python-example

Last synced: 7 days ago
JSON representation

An example project showing how to use flakytest.dev

Awesome Lists containing this project

README

        

# Example project for flakytest.dev

This is an example project for the [flakytest.dev Get Started guide](https://flakytest.dev/get-started).

## Set up

1. Clone this repository
2. Create a virtual environment and activate it
```bash
python -m venv .venv
source .venv/bin/activate
```
3. Install the dependencies
```bash
pip install -r requirements.txt
```
4. Run the tests
```bash
pytest
```