Test Driven Development with Django Unit Testing
Posted in Best Practices, code, Enterprise Development on Mar 20th, 2010
Django has wonderful unit testing functionality built into the framework. It is often ignored because Django gives so much functionality “out of the box”, but this doesn’t mean that one shouldn’t do “their part” when extending the framework to build your own applications. Tests are a great way to “figure out” what needs to be [...]