Posts for July 2008

Jul 29

Testing App Views

How to easily test views in applications which don't have a urls.py file.

Jul 01

Django Unit Tests and Transactions

While these are more properly integration tests than unit tests, it can be handy to have Django roll back the database transaction after each test method runs.