Skip to content

vanzaj/tdd-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development with pytest

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.

How to contribute to the guide

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