Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “unittest”

Django Unit Tests and Transactions. If you’re using a transactional database engine (MySQL with InnoDB, Postgres or SQLite) you can speed things up by running each of your unit tests inside a transaction and rolling back in tearDown(). 0 7th July 2008, 2:14 pm

A django site