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. <
django.test.client should have everything you need for basic unit testing of the view. I also really like twill and selenium for testing the full stack.