tdd-with-django-project
tdd-with-django-project copied to clipboard
Code for my PyCon APAC 2012 talk on TDD with Django for Django projects
trafficstars
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.