django #Django #TransactionTestCase with REUSE_DB=1 of #django-nose Lately, I found out that Django’s TransactionTestCase leaves test data in database after the test case is executed. It’s not until the next execution of _pre_setup method of a TransactionTestCase