This repo contains material in support of working through the book "Python Testing with pytest"
$ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements-dev.txt $ pip install -r requirements.txt
This repo contains material in support of working through the book "Python Testing with pytest"
Python