Gentle introduction to testing in the web programming context. Somewhat inspired by Test Driven Development with Python, but using Flask, pytest, pytest-splinter and eventually pytest-bdd.
git clone https://github.com/vanzaj/tdd-pytest
pip install -r requirements.txt
cd docs/tdd-pytest/
# edit or add inside content
make docs
# open http://localhost:8000