/python-testing-with-pytest

This repo contains material in support of working through the book "Python Testing with pytest"

Primary LanguagePython

python-testing-with-pytest

This repo contains material in support of working through the book "Python Testing with pytest"

Usage

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements-dev.txt
$ pip install -r requirements.txt