Posts for July 2008
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.
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.
I'm a Python developer, primarily using Django and Zope.