Test-Driven Web Development with Python" aims to teach TDD for web programming. It uses a concrete example -- the development of a website, from scratch -- to explain the TDD metholology and how it applies to building web applications.
#Suggestion I strongly recommend you to follow the instructions of Obey The Testing Goat's Book
#Quickstart
-
It's recommendable to have a linux distribution I've tested in OS Mac high sierra and Ubuntu 16.04
-
Python 3.6 - Languaje
-
Django 1.11 or upper - Framework
-
Fabric - Library
-
Gunicorn - WSGI HTTP Server for UNIX
-
Selenium - Browser automation
-
Boostrap - Framework
-
QUnit - Unit testing framework
-
Geckodriver - mozilla selenium
-
NGINX - HTTP server and reverse proxy
- Obey The Testing Goat - Online book
- Mario RodrĂguez - Profesional profile - LinkedIn
This proyect has a GPL License