/tdd-pytest

http://vanzaj.github.io/tdd-pytest/

Primary LanguagePython

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