** WIP **
Solving the code examples from Harry J.W. Percivals 'Test-Driven Development with Python' using:
- Python 3.7
- Django 2.2
- Selenium 3.141.0
Harry described using the classic Python venv within his book. I've used Pipenv,
which is the reason while this repository contains Pipfile
and Pipfile.lock
.
You should be able the reproduce everything using Harrys Python venv approach. Yet, if you want to use Pipevn, here is how to:
- Download https://github.com/mozilla/geckodriver/releases
- Unpack to
/usr/local/bin