Re: TransactionTestCase and Fixture Teardown

2011-07-11 Thread Ramiro Morales
On Mon, Jul 11, 2011 at 6:52 PM, David Cramer wrote: > We're currently in the process of converting from unittest (pure) to > Nose, and one of the issues I've noticed while doing this was that the > database wasn't flushing correctly when switching from a > TransactionTestCase to a TestCase. I've

TransactionTestCase and Fixture Teardown

2011-07-11 Thread David Cramer
We're currently in the process of converting from unittest (pure) to Nose, and one of the issues I've noticed while doing this was that the database wasn't flushing correctly when switching from a TransactionTestCase to a TestCase. I've been digging through the code this morning, and I honestly can