I want to begin integrating unit tests into my Django projects and I\'ve discovered unit testing a view to be tricky because of the way Django implements views with functions. <
You could try tddspry - collection of helpers to test Django with nosetests and twill. Nose also have coverage plugin which generate pretty reports of the coverage.