A repo to go through the tasks and exercises in the Python Testing with Python (2nd Edition) book.
Download the source code from here
Create new venv using python3 -m venv venv
Then install the relevant packages in the requirements.txt
If prompted - upgrade pip.