Testing Django with Nose
Nose is an open source software testing framework for python. Django’s testrunner gets you started quickly, but you soon hit your head on its limitations as your project grows. By trading it for nose, a testing framework popular in the wider Python community, we can reduce boilerplate, boost performance, and …