Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 628 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 628 Bytes

Test Driven Development with Django Projects

This is the code of my PyCon APAC 2012 talk about test driven development with Django projects.

Video: https://www.youtube.com/watch?v=bAo9HcLt8NQ
Slides: https://speakerdeck.com/u/mbrochh/p/tdd-with-django

There is a another repository that covers the code for reusable apps: https://github.com/mbrochh/tdd-with-django-reusable-app

I have added many comments into the code of that repository that are also valid for this repository, so please check that repository as well, as I don't want to repeat myself here.