2008 November 11
This is the fourth in a series of Django testing posts. Check out the others in my Testing series if you want to read more. Today is the start of a sub-series, which is practical examples. This series will be going through each of the different kinds of ...
2008 November 05
In the first two posts of this series, we talked about how to get the basic infrastructure for your tests up and running. You should have a file with doc tests and one with unit tests. They should be linked into your django project with an `init.py ...
2008 November 04
Last post we talked about how to set up and use doc tests inside of Django. Today, in the second post of the series, we'll be talking about how to use the other testing framework that comes with Python, unittest. unittest is a xUnit type of testing system (JUnit ...
2008 November 02
This is the first in a series of blog posts and screencasts that will walk you through how to test your Django application. These posts will focus more on how to get things done in Django, but note that a lot of the content is applicable to pure python as ...
5 days, 21 hours Ago (Comments: 0)
Starting a Django Conventions Project and Reference
1 month Ago (Comments: 3)
1 month Ago (Comments: 1)
The value of conventions, aka testmaker for template tags.
1 month, 1 week Ago (Comments: 0)
Testmaker 0.2: Rewritten and improved
1 month, 1 week Ago (Comments: 4)
I may not have gone where I intended to go, but I think I have ended up where I intended to be.
- Douglas Adams

