Unit test tools Disclaimer: I am the author of nose (http://somethingaboutorange.com/mrl/projects/nose). Test runners like nose and py.test make writing and running unittests easier, and they also make setting up your django enviroment for testing fairly painless. With either package, you can write module-level fixtures (setup/teardown) to install your app models before you run your tests and ge