Skip to content

anze3db/flakytest-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Example project for flakytest.dev

This is an example project for the flakytest.dev Get Started guide.

Set up

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

About

An example project showing how to use flakytest.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages