This is an example project for the flakytest.dev Get Started guide.
- Clone this repository
- Create a virtual environment and activate it
python -m venv .venv
source .venv/bin/activate- Install the dependencies
pip install -r requirements.txt- Run the tests
pytest